Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:17:1: error: expected '}' at end of input 17 | } | ^ /in/foo.cc:5:1: note: to match this '{' 5 | {string str1,str2; | ^ /in/foo.cc:15:7: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] 15 | system("pause"); | ~~~~~~^~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1062 找子串
- 语言
- C++
- 递交时间
- 2025-04-12 20:00:58
- 评测时间
- 2025-04-12 20:00:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes