Problem | lcm |
---|---|
User | VJADITHYA |
Submission Time | 2023-08-21 17:07:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcm.cpp: In function ‘int main()’:
lcm.cpp:33:17: error: expected primary-expression before ‘int’
33 | if (int A=0 || int B=0){
| ^~~
lcm.cpp:33:16: error: expected ‘)’ before ‘int’
33 | if (int A=0 || int B=0){
| ~ ^~~~
| )