记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   else cout<<"Divided by zero!"<<endl;break;
   ^~~~
/in/foo.cc:15:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   else cout<<"Divided by zero!"<<endl;break;
                                       ^~~~~
/in/foo.cc:16:3: warning: label 'dafault' defined but not used [-Wunused-label]
   dafault:cout<<"Invalid operrator!"<<endl;
   ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 512.0 KiB
#2 Accepted 6ms 512.0 KiB
#3 Wrong Answer 5ms 632.0 KiB
#4 Accepted 4ms 640.0 KiB
#5 Accepted 5ms 460.0 KiB

信息

递交者
类型
递交
题目
简单计算器
语言
C++
递交时间
2017-11-22 17:05:23
评测时间
2017-11-22 17:05:23
评测机
分数
80
总耗时
28ms
峰值内存
640.0 KiB