| Problem | helloworld |
|---|---|
| User | Dolphy |
| Submission Time | 2024-12-30 09:28:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:10: error: #pragma GCC optimize is not allowed inside functions
7 | #pragma GCC optimize("O3,unroll-loops")
| ^~~
helloworld.cpp:8:10: error: #pragma GCC option is not allowed inside functions
8 | #pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")
| ^~~