Run ID:142891

提交时间:2026-01-11 16:59:16

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