Problem | gcd |
---|---|
User | c00dingstudygolden |
Submission Time | 2024-05-25 00:04:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:9: error: ‘A’ was not declared in this scope
8 | cin >> A >> B;
| ^
gcd.cpp:8:14: error: ‘B’ was not declared in this scope
8 | cin >> A >> B;
| ^