/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:148:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d", &N);
 ~~~~~^~~~~~~~~~
foo.cc:149:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 rep (i, N) scanf("%d", &A[i]);
            ~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 9ms 8.055 MiB
#2 Accepted 43ms 9.453 MiB
#3 Accepted 60ms 10.898 MiB
#4 Accepted 41ms 11.133 MiB
#5 Accepted 58ms 10.793 MiB
#6 Accepted 55ms 10.961 MiB
#7 Accepted 68ms 11.016 MiB
#8 Accepted 87ms 10.977 MiB
#9 Accepted 39ms 10.832 MiB
#10 Accepted 34ms 10.777 MiB

信息

递交者
类型
递交
题目
P1893 签到题
语言
C++
递交时间
2021-08-06 21:47:31
评测时间
2021-08-06 21:47:31
评测机
分数
100
总耗时
498ms
峰值内存
11.133 MiB