Problem gcd
User wyaptw
Submission Time 2025-05-22 20:51:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp:3:1: error: ‘doub’ does not name a type
3 | doub a;
| ^~~~
gcd.cpp:4:1: error: ‘doub’ does not name a type
4 | doub b;
| ^~~~
gcd.cpp: In function ‘int main()’:
gcd.cpp:7:14: error: ‘a’ was not declared in this scope
7 | std::cin >> a >> b;
| ^
gcd.cpp:7:19: error: ‘b’ was not declared in this scope
7 | std::cin >> a >> b;
| ^