Compile Error

foo.cc: In function ‘int main()’:
foo.cc:6:14: error: ‘n’ was not declared in this scope
    6 |         cin>>n>>m;
      |              ^
foo.cc:6:17: error: ‘m’ was not declared in this scope
    6 |         cin>>n>>m;
      |                 ^

信息

递交者
类型
递交
题目
P1062 A6-1 最大公约数专题:最大公约数和最小公倍数
语言
C++
递交时间
2025-05-09 18:44:47
评测时间
2025-05-09 18:44:47
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes