Record Detail

Compile Error

/in/HW6.cpp: In function 'int main()':
/in/HW6.cpp:39:13: error: 'gets' was not declared in this scope
             gets(s2);
             ^~~~
/in/HW6.cpp:39:13: note: suggested alternative: 'fgets'
             gets(s2);
             ^~~~
             fgets
/in/HW6.cpp:67:13: error: 'gets' was not declared in this scope
             gets(s2);
             ^~~~
/in/HW6.cpp:67:13: note: suggested alternative: 'fgets'
             gets(s2);
             ^~~~
             fgets
/in/HW6.cpp:105:13: error: 'gets' was not declared in this scope
             gets(s2);
             ^~~~
/in/HW6.cpp:105:13: note: suggested alternative: 'fgets'
             gets(s2);
             ^~~~
             fgets
/in/HW6.cpp:148:13: error: 'gets' was not declared in this scope
             gets(s2);
             ^~~~
/in/HW6.cpp:148:13: note: suggested alternative: 'fgets'
             gets(s2);
             ^~~~
             fgets

Information

Submit By
Type
Submission
Homework
HW #6
Language
C++
Submit At
2020-12-03 22:33:47
Judged At
2020-12-03 22:33:47
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes