Compile Error
/in/foo.cc: In function 'void Output(std::vector<int>)': /in/foo.cc:7:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < vec.size(); i++) ~~^~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:77:10: error: 'gets_s' was not declared in this scope gets_s(s); ^
信息
- 递交者
- 类型
- 递交
- 题目
- DS2-1 括号的匹配
- 语言
- C++
- 递交时间
- 2021-12-07 14:07:15
- 评测时间
- 2021-12-07 14:07:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes