Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107538 | 蔡书涵 | 输出信息 | C++ | Wrong Answer | 0 MS | 260 KB | 115 | 2025-01-18 09:52:49 |
#include<iostream> #include<cstdio> using namespace std; int main() { cout<<"This is C program"; return 0; }
------Input------
------Answer-----
This is a C program.
------Your output-----
This is C program