- Owner
- Ilie Ionut Bogdan
- Problem
- Morse
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 1.02KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:25:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=0;j<z.length();j++){ ^ prog.cpp:40:15: error: 'INT_MIN' was not declared in this scope int maxim=INT_MIN; ^