- Owner
- Florin Chirica
- Problem
- U
- Source
- 1.04KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:12:9: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(x[i] + 1); ^ prog.cpp:12:22: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(x[i] + 1); ^ /tmp/ccFnsHg9.o: In function `main': prog.cpp:(.text.startup+0x24): warning: the `gets' function is dangerous and should not be used.
Results
Test number Result Time 1 Ok 0.2570s 2 Ok 0.2577s 3 Ok 0.2665s 4 Ok 0.2587s 5 Ok 0.2581s 6 Wrong answer 0.2589s