- Owner
- Florin Chirica
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.12KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:16:9: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s + 1); ^ prog.cpp:16:19: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s + 1); ^ /tmp/ccjc20ZD.o: In function `main': prog.cpp:(.text.startup+0x48): warning: the `gets' function is dangerous and should not be used.
Results
Test number Result Time 1 Ok 0.2562s