全部评论 1

  • /code/judger/run/20250320/5032087841048363105/main.cpp:6:28: error: ISO C++ forbids declaration of 'attribute' with no type [-fpermissive]
    6 | #define O4 inline attribute((always_inline))
    | ^
    /code/judger/run/20250320/5032087841048363105/main.cpp:11:1: note: in expansion of macro 'O4'
    11 | O4 char gc() {
    | ^~
    /code/judger/run/20250320/5032087841048363105/main.cpp:6:30: error: 'always_inline' was not declared in this scope
    6 | #define O4 inline attribute((always_inline))
    | ^~~~~~~~~~~~~
    /code/judger/run/20250320/5032087841048363105/main.cpp:11:1: note: in expansion of macro 'O4'
    11 | O4 char gc() {
    | ^~
    /code/judger/run/20250320/5032087841048363105/main.cpp:6:28: error: ISO C++ forbids declaration of 'attribute' with no type [-fpermissive]
    6 | #define O4 inline attribute((always_inline))
    | ^
    /code/judger/run/20250320/5032087841048363105/main.cpp:15:1: note:.

    2025-03-20 来自 山西

    0
首页