Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:14: error: 'n' was not declared in this scope
    6 |         cin>>n>>m;
      |              ^
/in/foo.cc:6:17: error: 'm' was not declared in this scope
    6 |         cin>>n>>m;
      |                 ^
/in/foo.cc:11:20: error: 'cc' was not declared in this scope; did you mean 'c'?
   11 |                 bb=cc;
      |                    ^~
      |                    c

信息

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