Run ID:112854
提交时间:2025-03-14 19:24:42
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"This is a C program."<<endl; return 0; }