Run ID:112874

提交时间:2025-03-14 20:16:26

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