/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:47:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:51:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&t);
   ~~~~~^~~~~~~~~
foo.cc:55:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&t);
    ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.516 MiB
#2 Accepted 3ms 1.066 MiB
#3 Accepted 2ms 1.031 MiB
#4 Accepted 2ms 1.191 MiB
#5 Accepted 2ms 1008.0 KiB
#6 Accepted 2ms 1.109 MiB
#7 Wrong Answer 读取到 31 ,应为 22 2ms 384.0 KiB
#8 Wrong Answer 读取到 55 ,应为 33 1ms 384.0 KiB
#9 Wrong Answer 读取到 62 ,应为 31 2ms 384.0 KiB
#10 Wrong Answer 读取到 68 ,应为 30 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1022 Victoria的舞会2
语言
C++
递交时间
2020-11-02 20:00:54
评测时间
2020-11-02 20:00:54
评测机
分数
60
总耗时
25ms
峰值内存
1.516 MiB