- Owner
- Nikola Jovanović
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.79KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:29:9: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ prog.cpp:29:15: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ /tmp/ccxL9CGa.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.2674s