Run ID:132702
提交时间:2025-10-12 10:43:44
#include<iostream> using namespace std; int main(){ cout<<"This is a C program."<<endl; return 0; }