Record Detail

Compile Error

/in/l8.cpp: In function 'int main(int, char**)':
/in/l8.cpp:58:7: error: 'gets' was not declared in this scope
 while(gets(str)){
       ^~~~
/in/l8.cpp:58:7: note: suggested alternative: 'fgets'
 while(gets(str)){
       ^~~~
       fgets

Information

Submit By
Type
Submission
Homework
Lab 8
Language
C++
Submit At
2018-07-31 18:33:28
Judged At
2018-07-31 18:33:28
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes