Run ID:107545

提交时间:2025-01-18 10:00:31

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