fork(2) download
  1. // iostream is too mainstream
  2. #include <cstdio>
  3. // bitch please
  4. #include <iostream>
  5. #include <algorithm>
  6. #include <cstdlib>
  7. #include <vector>
  8. #include <set>
  9. #include <map>
  10. #include <queue>
  11. #include <stack>
  12. #include <list>
  13. #include <cmath>
  14. #include <iomanip>
  15. #define dibs reserve
  16. #define OVER9000 1234567890
  17. #define ALL_THE(CAKE,LIE) for(auto LIE =CAKE.begin(); LIE != CAKE.end(); LIE++)
  18. #define tisic 47
  19. #define soclose 1e-8
  20. #define chocolate win
  21. // so much chocolate
  22. #define patkan 9
  23. #define ff first
  24. #define ss second
  25. #define abs(x) ((x < 0)?-(x):x)
  26. #define uint unsigned int
  27. #define dbl long double
  28. using namespace std;
  29. // mylittledoge
  30.  
  31. long long gcd(long long a, long long b) {
  32. if(a > b) swap(a,b);
  33. while(a > 0) {
  34. long long c =a;
  35. a =b%a;
  36. b =c;}
  37. return b;}
  38.  
  39. long long mod =1000000007;
  40.  
  41. long long pw(long long a, long long e) {
  42. a %=mod;
  43. if(e <= 0) return 1;
  44. long long x =pw(a,e/2);
  45. x =(x*x)%mod;
  46. if(e%2 != 0) x =(x*a)%mod;
  47. return x;}
  48.  
  49. int main() {
  50. cin.sync_with_stdio(0);
  51. cin.tie(0);
  52. int T;
  53. cin >> T;
  54. while(T-- > 0) {
  55. int N;
  56. cin >> N;
  57. map<long long,int> M;
  58. for(int i =0; i < N; i++) {
  59. long long a;
  60. cin >> a;
  61. for(long long j =2; j <= a; j++) {
  62. if(j*j*j > a || a == 1) break;
  63. if(a%j != 0) continue;
  64. int x =0;
  65. while(a%j == 0) {x++; a /=j;}
  66. M[j] +=x;}
  67. M[a] +=1;}
  68. set<long long> G;
  69. ALL_THE(M,it) ALL_THE(M,jt) if(it->ff != jt->ff) {
  70. long long g =gcd(it->ff,jt->ff);
  71. if(g > 1) G.insert(g);}
  72. ALL_THE(M,it) ALL_THE(G,jt) if((it->ff)%(*jt) == 0 && it->ff != *jt) {
  73. M[*jt] +=M[it->ff];
  74. M[(it->ff)/(*jt)] +=M[it->ff];
  75. M[it->ff] =0;
  76. break;}
  77. ALL_THE(M,it) {
  78. dbl dd =sqrt(it->ff);
  79. long long d =(long long)dd;
  80. while(d*d < it->ff) d++;
  81. while(d*d > it->ff) d--;
  82. if(d*d == it->ff) {
  83. M[d] +=it->ss;
  84. it->ss =0;}
  85. }
  86. long long ans =1;
  87. ALL_THE(M,it) {
  88. int x =it->ss;
  89. if(x%3 != 0) x +=3-(x%3);
  90. long long y =pw(it->ff,x);
  91. ans =(ans*y)%mod;}
  92. cout << ans << "\n";}
  93. return 0;}
  94.  
  95. // look at my code
  96. // my code is amazing
Time limit exceeded #stdin #stdout 5s 3240KB
stdin
10
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
100
999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087 999949000866995087
stdout
Standard output is empty