Run ID:118375
提交时间:2025-04-28 19:00:44
#include<iostream> using namespace std; int main(){ cout<<"This is a C program."<<endl; return 0; }