Run ID:4060

提交时间:2024-07-27 14:39:41

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