- Owner
- Alexandru Ionascu
- Problem
- Byte Trains
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 0.83KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int solve()': prog.cpp:29:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < text.size(); i += 8) { ^ prog.cpp: In function 'int getTrail(std::string)': prog.cpp:16:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ prog.cpp: In function 'int solve()': prog.cpp:52:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Results
Test number Result Time 1 Wrong answer 0.2705s