Run ID:143887

提交时间:2026-01-17 20:58:25

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