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; ^~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 简单计算器
- 语言
- C++
- 递交时间
- 2017-11-22 17:05:23
- 评测时间
- 2017-11-22 17:05:23
- 评测机
- 分数
- 80
- 总耗时
- 28ms
- 峰值内存
- 640.0 KiB