Compile Error
foo.c: In function 'main': foo.c:4:16: error: expected ';' before 'sacnf' 4 | printf("a") | ^ | ; 5 | sacnf("%D",a) | ~~~~~
Code
#include<stdio.h>
int main(){
int x,a,b;
printf("a")
sacnf("%D",a)
printf("b")
sacnf("%D",b)
if("")
}
Information
- Submit By
- Type
- Submission
- Problem
- P1179 7vai , 3vai or mojo ?
- Contest
- Intra LU IEEE Beginner Programming Contest
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-02-26 06:16:36
- Judged At
- 2025-02-26 06:16:36
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes