Problem stickytape
User Random52
Submission Time 2024-12-16 16:42:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘void write(const int32_t&)’:
stickytape.cpp:25:157: error: inlining failed in call to always_inline ‘void write(const int32_t&)’: recursive inlining
25 | __attribute__((flatten, hot, always_inline, optimize("-Ofast", "-funroll-all-loops"), target("avx2", "bmi", "bmi2", "popcnt", "lzcnt"))) static inline void write(const int32_t& value) {
| ^~~~~
stickytape.cpp:27:14: note: called from here
27 | write(value / 10);
| ~~~~~^~~~~~~~~~~~
stickytape.cpp: In function ‘int main()’:
stickytape.cpp:25:157: error: inlining failed in call to always_inline ‘void write(const int32_t&)’: recursive inlining
25 | __attribute__((flatten, hot, always_inline, optimize("-Ofast", "-funroll-all-loops"), target("avx2", "bmi", "bmi2", "popcnt", "lzcnt"))) static inl