Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1808 student1 Hello, RoboYoung! C++ 解答错误 0 0 MS 660 KB 157 2020-07-16 11:01:55

Tests(0/1):


#include<iostream>//头文件 using namespace std;//名字空间 int main()//主函数 { cout<<"Hello, RoboYong!"; return 0;//函数返回值 }


测评信息: