Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:21:32: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] if(n%2==0) {printf("%d\n",L);return 0;} ^ /in/foo.cc:32:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] printf("%d\n",L); ^
信息
- 递交者
- 类型
- 递交
- 题目
- trouble 皇帝的烦恼
- 语言
- C++
- 递交时间
- 2017-08-10 13:40:35
- 评测时间
- 2017-08-10 13:40:35
- 评测机
- 分数
- 91
- 总耗时
- 61ms
- 峰值内存
- 2.445 MiB