Problem | hop |
---|---|
User | PlayVoltz |
Submission Time | 2024-02-23 11:54:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hop.cpp: In function ‘int32_t main()’:
hop.cpp:36:14: error: ‘builtin_clzll’ was not declared in this scope
36 | int a=63-builtin_clzll(vect[i]), b=63-builtin_clzll(vect[j]);
| ^~~~~~~~~~~~~
hop.cpp:37:14: error: ‘b’ was not declared in this scope
37 | if (a/4==b/4)cout<<"1 ";
| ^