Problem gcd
User vadar2525
Submission Time 2025-02-19 16:20:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:6:14: error: ‘a’ was not declared in this scope
6 | int jyothir (a,b){
| ^
gcd.cpp:6:16: error: ‘b’ was not declared in this scope
6 | int jyothir (a,b){
| ^
gcd.cpp:6:17: error: expression list treated as compound expression in initializer [-fpermissive]
6 | int jyothir (a,b){
| ^
gcd.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
gcd.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^