Accepted

/in/foo.cc:11:30: warning: '-std=c++11' is not an option that controls warnings [-Wpragmas]
 #pragma GCC diagnostic error "-std=c++11"
                              ^~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:64:39: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  for(int i=1;i<=n;i++)scanf("%d",&a[i]);
                                       ^
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 356.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
P1095 题解哪里去了?
语言
C++
递交时间
2024-04-20 11:03:04
评测时间
2024-04-20 11:03:04
评测机
分数
100
总耗时
8ms
峰值内存
384.0 KiB