Run ID:142887
提交时间:2026-01-11 16:58:16
#include<iostream> #include<iomanip> using namespace std; int main(){ cout<<"This is a C program." return 0; }