Problem | guessproblem3 |
---|---|
User | Dolphy |
Submission Time | 2023-04-26 17:25:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem3.cpp: In function ‘int main()’:
guessproblem3.cpp:4:9: error: ‘n’ was not declared in this scope
4 | cin >> n;
| ^
guessproblem3.cpp:6:11: error: ‘gcd’ was not declared in this scope
6 | cout << gcd;
| ^~~
guessproblem3.cpp:7:2: error: expected ‘}’ at end of input
7 | }
| ^
guessproblem3.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^