Problem lcm
User G92
Submission Time 2024-02-14 21:28:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lcm.cpp:32:49: error: stray ‘\302’ in program
32 | cout << myself * need / fatty(myself, need) << "\n";
| ^
lcm.cpp:32:50: error: stray ‘\240’ in program
32 | cout << myself * need / fatty(myself, need) << "\n";
| ^
lcm.cpp: In function ‘int GCD(int, int)’:
lcm.cpp:15:11: error: expected ‘;’ before ‘}’ token
15 | return a
| ^
| ;
16 | }
| ~
lcm.cpp: At global scope:
lcm.cpp:36:5: error: redefinition of ‘int main()’
36 | int main()
| ^~~~
lcm.cpp:27:5: note: ‘int main()’ previously defined here
27 | int main(){
| ^~~~