結果

問題 No.1359 [Zelkova 3rd Tune] 四人セゾン
ユーザー tanimani364tanimani364
提出日時 2021-03-24 20:26:49
言語 C++17(clang)
(17.0.6 + boost 1.83.0)
結果
AC  
実行時間 353 ms / 2,000 ms
コード長 2,026 bytes
コンパイル時間 2,219 ms
コンパイル使用メモリ 165,584 KB
実行使用メモリ 11,008 KB
最終ジャッジ日時 2024-11-26 23:22:26
合計ジャッジ時間 26,692 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 3 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 232 ms
7,040 KB
testcase_04 AC 132 ms
7,040 KB
testcase_05 AC 122 ms
7,168 KB
testcase_06 AC 132 ms
7,040 KB
testcase_07 AC 181 ms
8,704 KB
testcase_08 AC 183 ms
8,704 KB
testcase_09 AC 53 ms
5,248 KB
testcase_10 AC 51 ms
5,248 KB
testcase_11 AC 233 ms
10,112 KB
testcase_12 AC 231 ms
10,112 KB
testcase_13 AC 148 ms
7,680 KB
testcase_14 AC 149 ms
7,808 KB
testcase_15 AC 133 ms
6,912 KB
testcase_16 AC 131 ms
7,168 KB
testcase_17 AC 275 ms
10,496 KB
testcase_18 AC 245 ms
10,368 KB
testcase_19 AC 310 ms
9,472 KB
testcase_20 AC 212 ms
9,472 KB
testcase_21 AC 353 ms
9,856 KB
testcase_22 AC 232 ms
9,984 KB
testcase_23 AC 293 ms
8,064 KB
testcase_24 AC 179 ms
8,064 KB
testcase_25 AC 27 ms
5,248 KB
testcase_26 AC 27 ms
5,248 KB
testcase_27 AC 106 ms
5,632 KB
testcase_28 AC 101 ms
5,632 KB
testcase_29 AC 107 ms
6,016 KB
testcase_30 AC 111 ms
6,272 KB
testcase_31 AC 139 ms
7,168 KB
testcase_32 AC 138 ms
7,168 KB
testcase_33 AC 109 ms
6,144 KB
testcase_34 AC 110 ms
6,144 KB
testcase_35 AC 134 ms
7,168 KB
testcase_36 AC 144 ms
7,040 KB
testcase_37 AC 30 ms
5,248 KB
testcase_38 AC 27 ms
5,248 KB
testcase_39 AC 23 ms
5,248 KB
testcase_40 AC 23 ms
5,248 KB
testcase_41 AC 51 ms
5,248 KB
testcase_42 AC 47 ms
5,248 KB
testcase_43 AC 42 ms
5,248 KB
testcase_44 AC 268 ms
10,624 KB
testcase_45 AC 104 ms
6,272 KB
testcase_46 AC 35 ms
5,248 KB
testcase_47 AC 175 ms
8,320 KB
testcase_48 AC 159 ms
8,192 KB
testcase_49 AC 167 ms
8,320 KB
testcase_50 AC 129 ms
7,040 KB
testcase_51 AC 8 ms
5,248 KB
testcase_52 AC 217 ms
9,728 KB
testcase_53 AC 272 ms
10,880 KB
testcase_54 AC 288 ms
10,880 KB
testcase_55 AC 283 ms
10,880 KB
testcase_56 AC 276 ms
10,880 KB
testcase_57 AC 271 ms
10,880 KB
testcase_58 AC 261 ms
11,008 KB
testcase_59 AC 283 ms
10,880 KB
testcase_60 AC 277 ms
10,880 KB
testcase_61 AC 267 ms
10,880 KB
testcase_62 AC 282 ms
10,880 KB
testcase_63 AC 284 ms
10,880 KB
testcase_64 AC 286 ms
10,880 KB
testcase_65 AC 255 ms
10,880 KB
testcase_66 AC 281 ms
10,880 KB
testcase_67 AC 290 ms
10,880 KB
testcase_68 AC 278 ms
10,880 KB
testcase_69 AC 241 ms
10,880 KB
testcase_70 AC 288 ms
11,008 KB
testcase_71 AC 233 ms
10,880 KB
testcase_72 AC 287 ms
10,880 KB
testcase_73 AC 234 ms
10,880 KB
testcase_74 AC 230 ms
10,880 KB
testcase_75 AC 234 ms
10,880 KB
testcase_76 AC 208 ms
10,880 KB
testcase_77 AC 233 ms
10,880 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
//#include<boost/multiprecision/cpp_int.hpp>
//#include<boost/multiprecision/cpp_dec_float.hpp>
//#include <atcoder/all>
#define rep(i, a) for (int i = (int)0; i < (int)a; ++i)
#define rrep(i, a) for (int i = (int)a - 1; i >= 0; --i)
#define REP(i, a, b) for (int i = (int)a; i < (int)b; ++i)
#define RREP(i, a, b) for (int i = (int)a - 1; i >= b; --i)
#define repl(i, a) for (ll i = (ll)0; i < (ll)a; ++i)
#define pb push_back
#define eb emplace_back
#define all(x) x.begin(), x.end()
#define rall(x) x.rbegin(), x.rend()
#define popcount __builtin_popcount
#define fi first
#define se second
using ll = long long;
constexpr ll mod = 1e9 + 7;
constexpr ll mod_998244353 = 998244353;
constexpr ll INF = 1LL << 60;

// #pragma GCC target("avx2")
// #pragma GCC optimize("O3")
// #pragma GCC optimize("unroll-loops")

//using lll=boost::multiprecision::cpp_int;
//using Double=boost::multiprecision::number<boost::multiprecision::cpp_dec_float<1024>>;//仮数部が1024桁
template <class T>
inline bool chmin(T &a, T b)
{
	if (a > b)
	{
		a = b;
		return true;
	}
	return false;
}
template <class T>
inline bool chmax(T &a, T b)
{
	if (a < b)
	{
		a = b;
		return true;
	}
	return false;
}

template <typename T>
T mypow(T x, T n, const T &p = -1)
{ //x^nをmodで割った余り

	if (p != -1)
	{
		x %= p;
	}
	T ret = 1;
	while (n > 0)
	{
		if (n & 1)
		{
			if (p != -1)
				ret = (ret * x) % p;
			else
				ret *= x;
		}
		if (p != -1)
			x = (x * x) % p;
		else
			x *= x;
		n >>= 1;
	}
	return ret;
}

using namespace std;
//using namespace atcoder;

void solve()
{
	int n,k,m;
	cin>>n>>k>>m;
	vector<vector<ll>>a(4,vector<ll>(n));
	rep(i,4){
		rep(j,n){
			cin>>a[i][j];
		}
		sort(all(a[i]));
	}
	ll ans=0;
	rep(i,n){
		ll x=max({a[0][i],a[1][i],a[2][i],a[3][i]});
		ll y=min({a[0][i],a[1][i],a[2][i],a[3][i]});
		ans+=mypow<ll>(x-y,k,m);
		ans%=m;
	}
	cout<<ans<<"\n";
}

int main()
{
	ios::sync_with_stdio(false);
	cin.tie(nullptr);
	cout << fixed << setprecision(15);
	solve();
	return 0;
}
0