/ ZYCode /

记录详情

Wrong Answer

foo.cc: In member function 'void AlGO::Graph_Theory::HLPP_MaxFlow<N, M>::BFS()':
foo.cc:193:17: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  193 |                 while(!QU.empty())QU.pop();QU.push(T);
      |                 ^~~~~
foo.cc:193:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  193 |                 while(!QU.empty())QU.pop();QU.push(T);
      |                                            ^~
foo.cc: In member function 'bool AlGO::OIMath::Number_Theory::Miller_Rabin_CheckPrime::operator()(__int128)':
foo.cc:574:28: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
  574 |                     while(u&1^1)u>>=1,++t;
      |                           ~^~
foo.cc: In function '__int128 AlGO::FastIO::Read()':
foo.cc:950:29: warning: 'last' may be used uninitialized [-Wmaybe-uninitialized]
  950 |             return last=='-'?-s:s;
      |                    ~~~~~~~~~^~~~~
foo.cc:947:39: note: 'last' was declared here
  947 |             int s=0;char ch=getchar(),last;
      |                                       ^~~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 284.0 KiB
#2 Accepted 3ms 412.0 KiB
#3 Accepted 3ms 412.0 KiB
#4 Accepted 4ms 412.0 KiB
#5 Accepted 3ms 328.0 KiB
#6 Wrong Answer Read 195985904075, expect 892904234. 3ms 412.0 KiB
#7 Wrong Answer Read 220581129396, expect 948129575. 3ms 328.0 KiB
#8 Wrong Answer Read 4193541705561851..., expect 667935182. 3ms 412.0 KiB
#9 Wrong Answer Read 3000026316367780..., expect 452940571. 3ms 284.0 KiB
#10 Wrong Answer Read 2904564454490562..., expect 381756886. 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1041 【ZYCODE R7】吃饭
语言
C++
递交时间
2023-08-27 17:57:10
评测时间
2023-08-27 17:57:11
评测机
分数
50
总耗时
38ms
峰值内存
412.0 KiB