Run ID:90460
提交时间:2024-09-15 08:43:00
#include<iostream> using namespace std; int main(){ cout<<"This is a C program."<<endl; return 0; {