- Owner
- Andrei Stanescu
- Problem
- Frame
- Contest
- MindCoding 2015 Test Round
- Source
- 0.69KB
- Result
- Compile error
Compiler output
prog.c: In function 'main': prog.c:11:5: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat] prog.c:11:5: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long int *' [-Wformat] prog.c:40:16: error: expected ')' before '!' token prog.c:9:14: warning: variable 'nr_blocks' set but not used [-Wunused-but-set-variable]