Run ID:107538

提交时间:2025-01-18 09:52:49

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