Run ID:125330
提交时间:2025-07-14 15:28:54
#include<bits/stdc++.h> using namespace std; int main() { cout<<"This is a C program."; return 0; }