Problem | gcd |
---|---|
User | fanqie |
Submission Time | 2024-07-08 14:04:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:3:13: error: ‘lng’ was not declared in this scope; did you mean ‘log’?
3 | #define int lng long
| ^~~
gcd.cpp:6:2: note: in expansion of macro ‘int’
6 | int a, b;
| ^~~
gcd.cpp:7:9: error: ‘a’ was not declared in this scope
7 | cin >> a, b;
| ^
gcd.cpp:7:12: error: ‘b’ was not declared in this scope
7 | cin >> a, b;
| ^