#include<bits/stdc++.h> using namespace std;//命名空间 分号是英文分号 int main(){ cout<<"This is a C program."; return 0; }