Wrong Answer

foo.cc: In function 'int main()':
foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x1%i==0)
   ^~
foo.cc:12:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
      cout<<"No";
      ^~~~
foo.cc:5:8: warning: 'x' is used uninitialized in this function [-Wuninitialized]
  int x,x1=x;
        ^~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read NoNoNoNoNoYes, expect Yes. 2ms 384.0 KiB

信息

递交者
类型
自测
题目
P1014 黑匣子(blackbox)
语言
C++
递交时间
2021-04-06 17:56:38
评测时间
2021-04-06 17:56:38
评测机
分数
0
总耗时
2ms
峰值内存
384.0 KiB