Problem | gcd |
---|---|
User | Ignatius |
Submission Time | 2025-02-19 16:25:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:5:12: error: ‘a’ was not declared in this scope
5 | int hello( a,b);
| ^
gcd.cpp:5:14: error: ‘b’ was not declared in this scope
5 | int hello( a,b);
| ^
gcd.cpp:5:15: error: expression list treated as compound expression in initializer [-fpermissive]
5 | int hello( a,b);
| ^
gcd.cpp: In function ‘int main()’:
gcd.cpp:8:7: error: ‘a’ was not declared in this scope
8 | cin>>a,b;
| ^
gcd.cpp:8:9: error: ‘b’ was not declared in this scope
8 | cin>>a,b;
| ^