#include <stdio.h> int main(){ int year; year = 2025; printf("今日は%d年です。\n", year); return 0; // }
2025
今日は2025年です。
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!