Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:11: error: expected ',' or ';' before 'nn'
  int mm=m nn=n;
           ^~
/in/foo.cc:11:6: error: 'nn' was not declared in this scope
   mm=nn;
      ^~
/in/foo.cc:15:8: error: 'nn' was not declared in this scope
  cout<<nn<<endl;
        ^~
/in/foo.cc:16:16: error: 'emdl' was not declared in this scope
  cout<<m/nn*n<<emdl;
                ^~~~

信息

递交者
类型
递交
题目
P1062 A6-1 最大公约数专题:最大公约数和最小公倍数
语言
C++
递交时间
2024-08-17 15:57:25
评测时间
2024-08-17 15:57:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes