Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
112317 | 赵梓渊 | 求和 | C++ | Compile Error | 0 MS | 0 KB | 102 | 2025-03-09 12:49:05 |
int a; int b; int s; a=880; b=500; s=a+b; cout<<"sum is"<<s; return 0; }
Main.cc:4:3: error: 'a' does not name a type a=880; ^ Main.cc:5:3: error: 'b' does not name a type b=500; ^ Main.cc:6:3: error: 's' does not name a type s=a+b; ^ Main.cc:7:3: error: 'cout' does not name a type cout<<"sum is"<