Compile Error
/in/foo.cc: In function 'long long int gcd(long long int, long long int)': /in/foo.cc:12:20: error: 'b' was not declared in this scope return x/y*y+gcd(b,a%b); ^ /in/foo.cc:12:22: error: 'a' was not declared in this scope return x/y*y+gcd(b,a%b); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1279 Leave-绿光
- 语言
- C++
- 递交时间
- 2018-07-19 19:44:54
- 评测时间
- 2018-07-19 19:44:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes