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

Compile Error

stickytape.cpp:6:36: error: expected ‘)’ before ‘-’ token
6 | __attribute__((flatten, hot, always-inline, optimize("-Ofast", "-funroll-all-loops"), target("avx2", "bmi", "bmi2", "popcnt", "lzcnt"))) int main() {
| ~ ^
| )
stickytape.cpp:6:36: error: expected ‘)’ before ‘-’ token
6 | __attribute__((flatten, hot, always-inline, optimize("-Ofast", "-funroll-all-loops"), target("avx2", "bmi", "bmi2", "popcnt", "lzcnt"))) int main() {
| ~ ^
| )
stickytape.cpp:39:1: error: expected unqualified-id at end of input
39 | }
| ^