/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:22: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%ld\n", &n);
                      ^
/in/foo.cc:30:26: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%ld",val+i);
                          ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.215 MiB
#2 Accepted 2ms 1.211 MiB
#3 Accepted 2ms 1.227 MiB
#4 Accepted 2ms 1.211 MiB
#5 Accepted 2ms 1.223 MiB
#6 Accepted 1ms 1.215 MiB
#7 Accepted 2ms 1.223 MiB
#8 Accepted 2ms 1.215 MiB
#9 Accepted 2ms 1.223 MiB
#10 Accepted 2ms 1.211 MiB

信息

递交者
类型
递交
题目
P1565 多边形
语言
C++
递交时间
2020-09-05 11:22:35
评测时间
2020-09-05 11:22:35
评测机
分数
100
总耗时
22ms
峰值内存
1.227 MiB