Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |         for(int i=1;i<p;i++)
      |         ^~~
/in/foo.cc:10:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   10 |                 cout<<b<<"^"<<p<<" mod "<<k<<"="<<m%k;
      |                 ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 468.0 KiB
#2 Accepted 2ms 528.0 KiB
#3 Wrong Answer 6ms 512.0 KiB
#4 Wrong Answer 5ms 524.0 KiB
#5 Wrong Answer 13ms 536.0 KiB

信息

递交者
类型
递交
题目
P1659 取余运算
语言
C++
递交时间
2025-05-01 18:21:00
评测时间
2025-05-01 18:21:00
评测机
分数
40
总耗时
31ms
峰值内存
536.0 KiB