/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void dts::dfs(std::vector<long long int>)':
foo.cc:32:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (ll i=0;i<rec.size();i++)
                ~^~~~~~~~~~~
foo.cc:33:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (ll j=i+1;j<rec.size();j++)
                   ~^~~~~~~~~~~
foo.cc:35:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (ll k=0,l=0;k<rec.size();k++)
                      ~^~~~~~~~~~~
foo.cc: In function 'void dts::main()':
foo.cc:68:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld",&a[i]);
    ~~~~~^~~~~~~~~~~~~~
foo.cc:72:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld",&key);
     ~~~~~^~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Wrong Answer Read {0}, expect {1}. ["0","1"] 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Wrong Answer Read {0}, expect {1}. ["0","1"] 2ms 384.0 KiB
#8 Accepted 2ms 384.0 KiB
#9 Wrong Answer Read {0}, expect {1}. ["0","1"] 2ms 384.0 KiB
#10 Wrong Answer Read {0}, expect {1}. ["0","1"] 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1140 24点游戏狂想曲
语言
C++
递交时间
2021-01-23 09:51:30
评测时间
2021-01-23 09:51:30
评测机
分数
60
总耗时
25ms
峰值内存
384.0 KiB