Run ID:107542
提交时间:2025-01-18 09:55:52
#include<iostream> using namespace std; int main(){ cout<<"This is a C program"<<endl; return 0; }