Accepted
/in/foo.cc:79:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main() ^ /in/foo.cc: In function 'int main()': /in/foo.cc:99:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("Case #%d: -1\n", tim); ^ /in/foo.cc:101:39: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("Case #%d: %lld\n", tim, ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1901 学姐的钱包
- 语言
- C++
- 递交时间
- 2018-04-14 09:18:03
- 评测时间
- 2018-04-14 09:18:03
- 评测机
- 分数
- 100
- 总耗时
- 2454ms
- 峰值内存
- 144.824 MiB