Problem | motest3 |
---|---|
User | AlphanumericUsername |
Submission Time | 2024-02-15 15:53:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
motest3.cpp: In function ‘int32_t main()’:
motest3.cpp:154:21: error: expected ‘;’ before ‘long’
154 | if(a>b) swap(a,b)
| ^
| ;
motest3.cpp:156:16: error: ‘x’ was not declared in this scope
156 | if(__gcd(a,x)%__gcd(b,x)!=0){
| ^