Run ID:144074

提交时间:2026-01-18 18:36:56

#include<iostream> using namespace std; int main(){ cout<<"This is C program."; return 0; }