- Owner
- Cristea Theodor Stefan
- Problem
- Gas Stations
- Source
- 1.91KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:23:5: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets (str + 1); ^ prog.cpp:23:18: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets (str + 1); ^ /tmp/ccGiRPHm.o: In function `main': prog.cpp:(.text.startup+0x26): warning: the `gets' function is dangerous and should not be used.
Results
Test number Result Time 1 Wrong answer 0.2686s