Accepted
/in/foo.cc: In function 'void dfs(int)': /in/foo.cc:17:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < g[t].size(); i++) { ~~^~~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:34:28: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[10000]' [-Wformat=] scanf("%d%d%s",&tp,&p,&ss); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1427 机密信息
- 语言
- C++
- 递交时间
- 2017-11-07 17:06:27
- 评测时间
- 2017-11-07 17:06:27
- 评测机
- 分数
- 100
- 总耗时
- 61ms
- 峰值内存
- 1.457 MiB