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