Record Detail

Compile Error

/in/P5.cpp: In function 'int main()':
/in/P5.cpp:26:2: error: 'gets' was not declared in this scope
  gets(str);
  ^~~~
/in/P5.cpp:26:2: note: suggested alternative: 'fgets'
  gets(str);
  ^~~~
  fgets

Information

Submit By
Type
Submission
Problem
Final P5
Language
C++
Submit At
2023-12-15 20:47:27
Judged At
2023-12-15 20:47:27
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes