- Owner
- Eric P. Stavarache
- Problem
- Byte Trains
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 1.18KB
- Result
- Crash (SIGSEGV)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:42:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(at < things.size()) { ^ prog.cpp:45:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(at + must >= things.size()) { ^
Results
Test number Result Time 1 Ok 0.2543s 2 Ok 0.2633s 3 Crash (SIGSEGV) 0.2603s