Problem | gcd |
---|---|
User | Jordis00fed |
Submission Time | 2024-04-15 17:31:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:26:2: error: expected initializer before ‘cin’
26 | cin >> a >> b;
| ^~~
gcd.cpp:27:20: error: ‘b’ was not declared in this scope
27 | cout << gcd(a, b);
| ^