记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==0) cout<<"Mon:"<<result<<endl;break;
   ^~
/in/foo.cc:19:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==0) cout<<"Mon:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:20:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==1) cout<<"Tue:"<<result<<endl;break;
   ^~
/in/foo.cc:20:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==1) cout<<"Tue:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:21:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==2) cout<<"Wed:"<<result<<endl;break;
   ^~
/in/foo.cc:21:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==2) cout<<"Wed:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:22:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==3) cout<<"Thu:"<<result<<endl;break;
   ^~
/in/foo.cc:22:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==3) cout<<"Thu:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==4) cout<<"Fri:"<<result<<endl;break;
   ^~
/in/foo.cc:23:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==4) cout<<"Fri:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:24:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==5) cout<<"Sat:"<<result<<endl;break;
   ^~
/in/foo.cc:24:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==5) cout<<"Sat:"<<result<<endl;break;
                                       ^~~~~
/in/foo.cc:25:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==6) cout<<"Sun:"<<result<<endl;break;
   ^~
/in/foo.cc:25:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(i==6) cout<<"Sun:"<<result<<endl;break;
                                       ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 208.0 KiB
#2 Wrong Answer 1ms 212.0 KiB
#3 Wrong Answer 1ms 216.0 KiB
#4 Wrong Answer 1ms 212.0 KiB
#5 Wrong Answer 1ms 208.0 KiB

信息

递交者
类型
递交
题目
黄中侃的高数作业
语言
C++
递交时间
2019-01-24 18:17:44
评测时间
2019-01-24 18:17:44
评测机
分数
0
总耗时
8ms
峰值内存
216.0 KiB