- Owner
- Binica Nicolae
- Problem
- Byte Trains
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 0.76KB
- Result
- Crash (SIGSEGV)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:11:5: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s+1); ^ prog.cpp:11:13: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s+1); ^ /tmp/ccQeeSWq.o: In function `main': prog.cpp:(.text.startup+0xc): warning: the `gets' function is dangerous and should not be used.
Results
Test number Result Time 1 Ok 0.2750s 2 Ok 0.2770s 3 Crash (SIGSEGV) 0.2892s