Run ID:90161

提交时间:2024-09-08 09:58:26

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