Run ID:153244
提交时间:2026-05-10 15:56:42
#include<bits/c++.h> using namespace std; int main() { cout<<"This is a C program"<<endl; return 0; }