結果

問題 No.1262 グラフを作ろう!
ユーザー kiyoshi0205kiyoshi0205
提出日時 2020-10-16 23:46:24
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 2,438 bytes
コンパイル時間 2,676 ms
コンパイル使用メモリ 182,944 KB
実行使用メモリ 128,896 KB
最終ジャッジ日時 2024-07-21 01:04:31
合計ジャッジ時間 119,505 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2,839 ms
128,896 KB
testcase_01 AC 2,831 ms
123,008 KB
testcase_02 TLE -
testcase_03 AC 2,714 ms
122,368 KB
testcase_04 AC 2,605 ms
124,672 KB
testcase_05 AC 2,847 ms
123,904 KB
testcase_06 AC 2,591 ms
125,312 KB
testcase_07 AC 2,489 ms
122,240 KB
testcase_08 AC 2,732 ms
124,800 KB
testcase_09 AC 2,775 ms
122,240 KB
testcase_10 AC 2,750 ms
122,880 KB
testcase_11 AC 2,919 ms
125,184 KB
testcase_12 AC 2,899 ms
123,136 KB
testcase_13 AC 2,898 ms
122,596 KB
testcase_14 AC 2,702 ms
123,136 KB
testcase_15 AC 2,748 ms
121,960 KB
testcase_16 AC 2,795 ms
124,672 KB
testcase_17 AC 2,764 ms
123,860 KB
testcase_18 TLE -
testcase_19 AC 2,544 ms
124,372 KB
testcase_20 AC 2,603 ms
125,440 KB
testcase_21 AC 2,926 ms
124,160 KB
testcase_22 AC 2,587 ms
124,288 KB
testcase_23 AC 2,689 ms
122,240 KB
testcase_24 AC 2,826 ms
124,672 KB
testcase_25 AC 2,499 ms
123,136 KB
testcase_26 AC 2,629 ms
123,520 KB
testcase_27 AC 2,923 ms
124,544 KB
testcase_28 AC 2,697 ms
124,160 KB
testcase_29 AC 2,752 ms
124,672 KB
testcase_30 AC 2,644 ms
123,264 KB
testcase_31 AC 2,933 ms
123,392 KB
testcase_32 AC 2,835 ms
123,364 KB
testcase_33 AC 2,724 ms
122,112 KB
testcase_34 AC 2,897 ms
125,312 KB
testcase_35 AC 2,763 ms
122,880 KB
testcase_36 AC 2,661 ms
121,984 KB
testcase_37 AC 2,989 ms
124,544 KB
testcase_38 TLE -
testcase_39 AC 2,906 ms
122,240 KB
testcase_40 TLE -
testcase_41 AC 2,949 ms
124,928 KB
testcase_42 TLE -
testcase_43 TLE -
testcase_44 TLE -
testcase_45 TLE -
testcase_46 AC 2,919 ms
125,440 KB
testcase_47 TLE -
testcase_48 TLE -
testcase_49 TLE -
testcase_50 TLE -
testcase_51 AC 2,982 ms
122,112 KB
testcase_52 AC 2,863 ms
124,928 KB
testcase_53 AC 2,901 ms
122,368 KB
testcase_54 TLE -
testcase_55 AC 2,993 ms
123,008 KB
testcase_56 AC 2,911 ms
124,416 KB
testcase_57 TLE -
testcase_58 AC 2,977 ms
122,496 KB
testcase_59 AC 2,961 ms
124,416 KB
testcase_60 TLE -
testcase_61 AC 2,967 ms
122,624 KB
testcase_62 TLE -
testcase_63 TLE -
testcase_64 TLE -
testcase_65 AC 2,929 ms
123,136 KB
testcase_66 AC 2,912 ms
123,008 KB
testcase_67 AC 2,919 ms
123,356 KB
testcase_68 AC 2,846 ms
125,056 KB
testcase_69 AC 2,944 ms
123,392 KB
testcase_70 TLE -
testcase_71 AC 2,905 ms
122,368 KB
testcase_72 TLE -
testcase_73 AC 2,968 ms
122,496 KB
testcase_74 AC 2,861 ms
121,728 KB
testcase_75 AC 2,926 ms
122,356 KB
testcase_76 AC 2,911 ms
122,112 KB
testcase_77 AC 2,944 ms
121,984 KB
testcase_78 TLE -
testcase_79 TLE -
testcase_80 TLE -
testcase_81 TLE -
testcase_82 TLE -
testcase_83 TLE -
testcase_84 TLE -
testcase_85 TLE -
testcase_86 AC 2,956 ms
122,368 KB
testcase_87 TLE -
testcase_88 TLE -
testcase_89 TLE -
testcase_90 AC 2,914 ms
121,728 KB
testcase_91 AC 2,926 ms
121,728 KB
testcase_92 AC 2,841 ms
121,600 KB
testcase_93 AC 2,848 ms
121,856 KB
testcase_94 AC 2,894 ms
121,804 KB
testcase_95 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#pragma GCC target("avx")
#pragma GCC optimize("O3")
#pragma GCC optimize("unroll-loops")
#include<bits/stdc++.h>
// #include<ext/pb_ds/assoc_container.hpp>
// #include<ext/pb_ds/tree_policy.hpp>
// #include<ext/pb_ds/tag_and_trait.hpp>
// using namespace __gnu_pbds;
// #include<boost/multiprecision/cpp_int.hpp>
// namespace multiprecisioninteger = boost::multiprecision;
// using cint=multiprecisioninteger::cpp_int;
using namespace std;
using ll=long long;
#define double long double
using datas=pair<ll,ll>;
using ddatas=pair<double,double>;
using tdata=pair<ll,datas>;
using vec=vector<ll>;
using mat=vector<vec>;
using pvec=vector<datas>;
using pmat=vector<pvec>;
// using llset=tree<ll,null_type,less<ll>,rb_tree_tag,tree_order_statistics_node_update>;
#define For(i,a,b) for(i=a;i<(ll)b;++i)
#define bFor(i,b,a) for(i=b,--i;i>=(ll)a;--i)
#define rep(i,N) For(i,0,N)
#define rep1(i,N) For(i,1,N)
#define brep(i,N) bFor(i,N,0)
#define brep1(i,N) bFor(i,N,1)
#define all(v) (v).begin(),(v).end()
#define allr(v) (v).rbegin(),(v).rend()
#define vsort(v) sort(all(v))
#define vrsort(v) sort(allr(v))
#define endl "\n"
#define eb emplace_back
#define print(x) cout<<x<<endl
#define printyes print("Yes")
#define printno print("No")
#define printYES print("YES")
#define printNO print("NO")
#define output(v) do{bool f=0;for(auto outi:v){cout<<(f?" ":"")<<outi;f=1;}cout<<endl;}while(0)
#define matoutput(v) do{for(auto outimat:v)output(outimat);}while(0)
const ll mod=1000000007;
// const ll mod=998244353;
const ll inf=1LL<<60;
const double PI=acos(-1);
const double eps=1e-9;
template<class T,class E> ostream& operator<<(ostream& os,pair<T,E>& p){return os<<"{"<<p.first<<","<<p.second<<"}";}
template<class T> inline bool chmax(T& a,T b){bool x=a<b;if(x)a=b;return x;}
template<class T> inline bool chmin(T& a,T b){bool x=a>b;if(x)a=b;return x;}

void startupcpp(){
  cin.tie(0);
  ios::sync_with_stdio(false);
  // cout<<fixed<<setprecision(15);
}

int M,phi[1000001],lis[1000001];
ll ans;
vector<int> divisor[1000001];
int main(){
  startupcpp();
  int i,j;
  for(i=1;i<1000001;++i){
    phi[i]=i-phi[i];
    for(j=i;j<1000001;j+=i){
      divisor[j].eb(i);
      if(j!=i)phi[j]+=phi[i];
    }
  }
  cin>>M>>M;
  while(M--){
    cin>>i;
    // ans=0;
    if(lis[i]){
      ans+=lis[i];
      continue;
    }
    for(auto d:divisor[i]){
      lis[i]+=(i-1)%d*phi[i/d];
    }
    ans+=lis[i];
    // print(ans);
  }
  print(ans);
}
0