Run ID:118370
提交时间:2025-04-28 18:54:34
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"This is a C program."<<endl; return 0; }