记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x1<x)
   ^~
/in/foo.cc:17:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    x=x/10; 
    ^
/in/foo.cc:21:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
/in/foo.cc:23:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   return 0;
   ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 352.0 KiB
#2 Wrong Answer 1ms 344.0 KiB
#3 Wrong Answer 1ms 340.0 KiB
#4 Wrong Answer 1ms 348.0 KiB
#5 Wrong Answer 1ms 348.0 KiB

信息

递交者
类型
递交
题目
A5-1 超级素数判断
比赛
2024-3-15 信息教师练习赛(2)
语言
C++
递交时间
2024-03-15 14:34:07
评测时间
2024-03-16 18:42:04
评测机
分数
0
总耗时
7ms
峰值内存
352.0 KiB