Problem pushups
User blob
Submission Time 2023-12-21 21:50:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp:1:29: error: argument to ‘-O’ should be a non-negative integer, ‘g’, ‘s’ or ‘fast’
1 | #pragma GCC optimize("0fast")
| ^
In file included from /usr/include/c++/9/utility:69,
from /usr/include/c++/9/algorithm:60,
from pushups.cpp:2:
/usr/include/c++/9/bits/stl_relops.h:87:48: error: argument to ‘-O’ should be a non-negative integer, ‘g’, ‘s’ or ‘fast’
87 | operator!=(const _Tp& __x, const _Tp& __y)
| ^
/usr/include/c++/9/bits/stl_relops.h:100:47: error: argument to ‘-O’ should be a non-negative integer, ‘g’, ‘s’ or ‘fast’
100 | operator>(const _Tp& __x, const _Tp& __y)
| ^
/usr/include/c++/9/bits/stl_relops.h:113:48: error: argument to ‘-O’ should be a non-negative integer, ‘g’, ‘s’ or ‘fast’
113 | operator<=(const _Tp& __x, const _