- Owner
- Alexandru
- Problem
- Lumber Jack and Number X
- Contest
- MindCoding 2016 Round 2 GAMELOFT (Div. 2)
- Source
- 0.40KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:13:29: error: 'itoa' was not declared in this scope strcat(s,itoa(n%10,s1,10)); ^ prog.cpp:21:19: error: 'strrev' was not declared in this scope cout<<strrev(s); ^