| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 104920 | 钱恩浩 | 08比较大小 | C++ | Compile Error | 0 MS | 0 KB | 10108 | 2025-01-11 19:25:03 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int a,b; (0<a,B<100 || 0>a,B>100) } return 0; }
Main.cc: In function 'int main()':
Main.cc:9:10: error: 'B' was not declared in this scope
(0a,B>100)
^
Main.cc:8:11: warning: unused variable 'b' [-Wunused-variable]
int a,b;
^
Main.cc: At global scope:
Main.cc:222:5: error: expected unqualified-id before 'return'
return 0;
^
Main.cc:223:1: error: expected declaration before '}' token
}
^