fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. int a = cbrt(2);
  7. cout << a;
  8. return 0;
  9. }
Success #stdin #stdout 0s 5544KB
stdin
3
9
-24 0 28 28 55 -31 -27 -45 -24 
10
40 5 39 45 31 -44 73 -16 -31 27 
7
57 18 -14 17 31 16 -16 
stdout
1