Compile Error
/in/foo.cc:4:1: error: 'longlong' does not name a type
4 | longlong n,m;
| ^~~~~~~~
cc1plus: error: '::main' must return 'int'
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:10: error: 'n' was not declared in this scope; did you mean 'yn'?
7 | cin>>n>>m;
| ^
| yn
/in/foo.cc:7:13: error: 'm' was not declared in this scope; did you mean 'tm'?
7 | cin>>n>>m;
| ^
| tm
信息
- 递交者
- 类型
- 递交
- 题目
- P1508 求最大公约数问题
- 语言
- C++
- 递交时间
- 2025-12-23 20:26:55
- 评测时间
- 2025-12-23 20:26:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes