Run ID:87784

提交时间:2024-08-14 19:04:23

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