Problem gcd
User mentcletan
Submission Time 2024-02-11 11:18:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:3:3: error: ‘cout’ was not declared in this scope
3 | cout << "Enter two numbers: ";
| ^~~~
gcd.cpp:4:3: error: ‘cin’ was not declared in this scope
4 | cin >> n1 >> n2;
| ^~~