/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
       if(n==1) printf("%d\n",a[1]);
                                  ^
/in/foo.cc:17:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
       if(n==2) printf("%d\n",a[2]);
                                  ^
/in/foo.cc:18:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
       if(n==3) printf("%d\n",a[3]);
                                  ^
/in/foo.cc:19:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
       if(n==4) printf("%d\n",a[4]);
                                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2023-04-08 21:03:50
评测时间
2023-04-08 21:03:50
评测机
分数
10
总耗时
1ms
峰值内存
200.0 KiB