Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(a%3==0);
  ^~
/in/foo.cc:8:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  {
  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 400.0 KiB
#2 Wrong Answer 1ms 356.0 KiB

信息

递交者
类型
递交
题目
P1019 3的倍数
语言
C++
递交时间
2021-11-22 20:57:12
评测时间
2021-11-22 20:57:12
评测机
分数
50
总耗时
3ms
峰值内存
400.0 KiB