Run ID:110765
提交时间:2025-02-23 13:09:19
#include<bits/stdc++.h> using namespace std;//命名空间 分号是英文分号 int main(){ cout<<"This is a program."; return 0; }