- Owner
- Lolus
- Problem
- Tournament
- Contest
- MindCoding 2015 Round 1
- Source
- 2.78KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:16:25: error: incompatible types in assignment of 'int' to 'char [10000]' prog.cpp:17:25: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000]' [-Wformat] prog.cpp:18:25: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10000]' [-Wformat]