Main.cpp:36:40: warning: bad option '-funroll-lopps' to pragma 'optimize' [-Wpragmas]
36 | #pragma GCC optimize ("03,unroll-lopps")
| ^
Main.cpp:40:42: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
40 | bool test_students(std::vector<bool> mask){
| ^
Main.cpp:53:25: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
53 | void solve(int ql,int qr){
| ^
Main.cpp:76:27: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
76 | void find_positive(int gap){
| ^
Main.cpp:82:10: warning: bad option '-funroll-lopps' to attribute 'optimize' [-Wattributes]
82 | int main() {
| ^
Main.cpp: In function 'bool test_students(std::vector<bool>)':
Main.cpp:48:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
48 | scanf(" %c", &answer);
| ~~~~~^~~~~~~~~~~~~~~~
Main.cpp: In function 'int main()':
Main.cpp:83:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
83 | scanf("%d %lf %d", &N, &P, &T);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
Main.cpp:93:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
93 | scanf(" %c", &verdict);
| ~~~~~^~~~~~~~~~~~~~~~~