Compile Error
/in/foo.cc: In function 'void detect(std::string, std::string, std::string, int)':
/in/foo.cc:23:21: error: expected ';' before numeric constant
23 | exit 0;
| ^~
| ;
/in/foo.cc:23:17: warning: statement is a reference, not call, to function 'exit' [-Waddress]
23 | exit 0;
| ^~~~
/in/foo.cc:23:17: warning: statement has no effect [-Wunused-value]
信息
- 递交者
- 类型
- 自测
- 题目
- P1449 字符串还原
- 语言
- C++
- 递交时间
- 2025-02-19 21:20:50
- 评测时间
- 2025-02-19 21:20:50
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes