编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1719 | #992. 鱼塘 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 496 B | t330033013 | 2023-10-15 16:45:25 |
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:17:21: error: 'L' was not declared in this scope
17 | o=("%c",L);
| ^
/sandbox/1/a.cpp:19:21: error: 'X' was not declared in this scope
19 | o=("%c",X);
| ^
/sandbox/1/a.cpp:21:21: error: 'M' was not declared in this scope
21 | o=("%c",M);
| ^
/sandbox/1/a.cpp:23:21: error: 'T' was not declared in this scope
23 | o=("%c",T);
| ^
/sandbox/1/a.cpp:6:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | scanf("%d %d %d",&a,&b,&c);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~