/ :-) /

记录详情

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=]
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB

信息

递交者
类型
自测
题目
打游戏//2018清北提高基础第一次考试第一题
语言
C++
递交时间
2018-08-06 20:43:21
评测时间
2018-08-06 20:43:21
评测机
分数
10
总耗时
4ms
峰值内存
384.0 KiB