全部评论 2

  • /code/judger/run/4999444141518618721/main.cpp: In function 'int main()':
    /code/judger/run/4999444141518618721/main.cpp:9:5: error: 'gets' was not declared in this scope
    { gets(k);
    ^~~~
    /code/judger/run/4999444141518618721/main.cpp:9:5: note: suggested alternative: 'fgets'
    { gets(k);
    ^~~~
    fgets

    2024-09-21 来自 四川

    0
  • 编译错误: /code/judger/test/1836745938021306368/main.cpp: In function 'int main()':
    /code/judger/test/1836745938021306368/main.cpp:9:5: error: 'gets' was not declared in this scope
    { gets (k);
    ^~~~
    /code/judger/test/1836745938021306368/main.cpp:9:5: note: suggested alternative: 'fgets'
    { gets (k);
    ^~~~
    fgets

    2024-09-19 来自 天津

    0
首页