Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:12:37: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%I64d%I64d%I64d", &a, &b, &c); ^ /in/foo.cc:12:37: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:12:37: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
信息
- 递交者
- 类型
- 自测
- 题目
- 打游戏//2018清北提高基础第一次考试第一题
- 语言
- C++
- 递交时间
- 2018-08-06 20:48:22
- 评测时间
- 2018-08-06 20:48:22
- 评测机
- 分数
- 10
- 总耗时
- 3ms
- 峰值内存
- 336.0 KiB