Wrong Answer
/in/foo.cc: In function 'int sum(int**, int, int, int, int)': /in/foo.cc:9:6: warning: variable 'down' set but not used [-Wunused-but-set-variable] int down = i; ^~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:85:36: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("There are %ld ships.", res); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1076 海战
- 语言
- C++
- 递交时间
- 2020-12-11 13:51:20
- 评测时间
- 2020-12-11 13:51:20
- 评测机
- 分数
- 70
- 总耗时
- 52ms
- 峰值内存
- 4.094 MiB