- Owner
- Binica Nicolae
- Problem
- U
- Source
- 1.29KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:13:9: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(a[i]+1); ^ prog.cpp:13:20: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(a[i]+1); ^ /tmp/ccvkD6oU.o: In function `main': prog.cpp:(.text.startup+0x44): warning: the `gets' function is dangerous and should not be used.
Results
Test number Result Time 1 Ok 0.2568s 2 Ok 0.2567s 3 Ok 0.2699s 4 Ok 0.2608s 5 Wrong answer 0.2619s