Run ID:138953

提交时间:2025-11-30 12:36:01

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