Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
223 ZRH 输出信息 C++ Wrong Answer 0 MS 256 KB 322 2022-07-22 10:19:06

Tests(0/1):


Code:

#include<iostream> //输入函数库 #include<iomanip> #include<cmath> //数学函数库 #include<cstdio> #include<ctime> #include<cstring> #include<cstdlib> #include<string> #include<stdlib.h> #include<sys/time.h> using namespace std; int main(){ cout<<"This is a C program"<<endl; return 0; }


Run Info:

------Input------

------Answer-----
This is a C program.
------Your output-----
This is a C program