Run ID:132576

提交时间:2025-10-08 21:00:51

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