/ 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.086 MiB
#2 Accepted 46ms 9.129 MiB
#3 Accepted 65ms 10.293 MiB
#4 Accepted 46ms 10.605 MiB
#5 Accepted 59ms 10.238 MiB
#6 Accepted 55ms 10.676 MiB
#7 Accepted 67ms 10.52 MiB
#8 Accepted 84ms 10.41 MiB
#9 Accepted 42ms 10.625 MiB
#10 Accepted 38ms 10.574 MiB

信息

递交者
类型
递交
题目
P1893 签到题
语言
C++
递交时间
2021-07-21 08:26:37
评测时间
2021-07-21 08:26:37
评测机
分数
100
总耗时
515ms
峰值内存
10.676 MiB