/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d%d",&a[i].t1,&a[i].t2,&a[i].t3);
                                            ^
/in/foo.cc:18:44: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:18:44: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]

信息

递交者
类型
递交
题目
产品加工
语言
C++
递交时间
2017-09-09 11:05:30
评测时间
2017-09-09 11:05:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes