Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:92:5: error: expected ';' before 'solve'
solve(a,b);
^~~~~
/in/foo.cc:92:15: warning: statement has no effect [-Wunused-value]
solve(a,b);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1308 埃及分数
- 语言
- C++
- 递交时间
- 2018-07-27 22:26:43
- 评测时间
- 2018-07-27 22:26:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes