Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:36:23: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'ull* {aka long long unsigned int*}' [-Wformat=] scanf("%I64u",&a[i]); ^ /in/foo.cc:60:40: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'ull {aka long long unsigned int}' [-Wformat=] printf("Case #%d: %I64u\n",sum-t,ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1904 学姐的幸运数字
- 语言
- C++
- 递交时间
- 2020-08-29 14:38:07
- 评测时间
- 2020-08-29 14:38:07
- 评测机
- 分数
- 0
- 总耗时
- 43ms
- 峰值内存
- 232.0 KiB