评测信息

运行ID: 2741
src.cpp: In function 'int main()':
src.cpp:7:14: error: 'gets' was not declared in this scope
gets(str1);
^
src.cpp:10:14: error: 'puts' was not declared in this scope
puts(str1);
^