Record Detail

Compile Error

/in/main.c: In function 'main':
/in/main.c:5:25: error: expected ')' before '}' token
     scanf("%d %d", &i,&j};
                         ^
/in/main.c:5:25: error: expected ';' before '}' token
/in/main.c: At top level:
/in/main.c:6:12: error: expected declaration specifiers or '...' before string constant
     printf("%d",i+j);
            ^~~~
/in/main.c:6:17: error: unknown type name 'i'
     printf("%d",i+j);
                 ^
/in/main.c:7:1: error: expected identifier or '(' before '}' token
 }
 ^

Information

Submit By
Type
Submission
Homework
Lab 3
Language
C
Submit At
2018-06-11 19:38:17
Judged At
2018-06-11 19:38:17
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes