记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:32:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&n);
         ~~~~~^~~~~~~~~
foo.cc:36:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
                 scanf("%d",&a[i]);
                 ~~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Accepted 22ms 1.816 MiB
#7 Accepted 23ms 1.84 MiB
#8 Accepted 23ms 1.82 MiB
#9 Accepted 23ms 1.82 MiB
#10 Accepted 25ms 1.797 MiB
#11 Accepted 23ms 1.844 MiB
#12 Accepted 23ms 1.734 MiB
#13 Accepted 21ms 1.812 MiB

信息

递交者
类型
递交
题目
P1068 理发
语言
C++
递交时间
2020-11-05 17:35:13
评测时间
2020-11-05 17:35:13
评测机
分数
100
总耗时
193ms
峰值内存
1.844 MiB