Task: | Witch game |
Sender: | Xellos |
Submission time: | 2017-01-19 23:00:42 +0200 |
Language: | C++ |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | WRONG ANSWER | 0.05 s | 1 | details |
#2 | ACCEPTED | 0.04 s | 1 | details |
#3 | WRONG ANSWER | 0.04 s | 1 | details |
#4 | ACCEPTED | 0.04 s | 1 | details |
#5 | ACCEPTED | 0.03 s | 1 | details |
#6 | WRONG ANSWER | 0.04 s | 2 | details |
#7 | ACCEPTED | 0.05 s | 2 | details |
#8 | WRONG ANSWER | 0.04 s | 2 | details |
#9 | ACCEPTED | 0.05 s | 2 | details |
#10 | ACCEPTED | 0.03 s | 2 | details |
#11 | WRONG ANSWER | 0.07 s | 3 | details |
#12 | ACCEPTED | 0.06 s | 3 | details |
#13 | WRONG ANSWER | 0.04 s | 3 | details |
#14 | ACCEPTED | 0.06 s | 3 | details |
#15 | WRONG ANSWER | 0.06 s | 3 | details |
Code
#include <bits/stdc++.h> // iostream is too mainstream #include <cstdio> // bitch please #include <iostream> #include <algorithm> #include <cstdlib> #include <vector> #include <set> #include <map> #include <queue> #include <stack> #include <list> #include <cmath> #include <iomanip> #include <time.h> #define dibs reserve #define OVER9000 1234567890 #define ALL_THE(CAKE,LIE) for(auto LIE =CAKE.begin(); LIE != CAKE.end(); LIE++) #define tisic 47 #define soclose 1e-8 #define chocolate win // so much chocolate #define patkan 9 #define ff first #define ss second #define abs(x) ((x < 0)?-(x):x) #define uint unsigned int #define dbl long double #define pi 3.14159265358979323846 using namespace std; // mylittledoge #ifdef DONLINE_JUDGE // palindromic tree is better than splay tree! #define lld I64d #endif /* Spurdo Spärde :DDDD SPEDE BEARD PEDRO SPORA PURJO PORE SPEARMINT PUDDING SPORO LORO PUDRO BARDE BENIS XDDDD :DDD XD */ int main() { cin.sync_with_stdio(0); cin.tie(0); cout << fixed << setprecision(10); int N; cin >> N; vector<int> dg(N,0), nxt(N); for(int i =0; i < N; i++) { cin >> nxt[i]; nxt[i]--; dg[i]++; dg[nxt[i]]++;} long long A =1LL*N*(N-1)*(N-2)/6, B =1LL*N*(N-2); long long C =0; for(int i =0; i < N; i++) C +=1LL*dg[i]*(dg[i]-1)/2; long long D =0; for(int i =0; i < N; i++) if(nxt[i] != i && nxt[nxt[i]] != i) if(nxt[nxt[nxt[i]]] == i) D++; D /=3; // cout << A << " " << B << " " << C << " " << D << "\n"; cout << A-D+C-B << "\n"; return 0;} // look at my code // my code is amazing
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
100 2 1 4 3 6 5 8 7 10 9 12 11 14 ... |
correct output |
---|
156800 |
user output |
---|
152000 |
Test 2
Group: 1
Verdict: ACCEPTED
input |
---|
100 2 3 4 5 6 7 8 9 10 11 12 13 14... |
correct output |
---|
152000 |
user output |
---|
152000 |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
100 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
correct output |
---|
156849 |
user output |
---|
156851 |
Test 4
Group: 1
Verdict: ACCEPTED
input |
---|
100 2 3 1 5 6 4 8 9 7 11 12 10 14 ... |
correct output |
---|
151968 |
user output |
---|
151968 |
Test 5
Group: 1
Verdict: ACCEPTED
input |
---|
100 8 98 100 62 42 36 95 70 22 49 ... |
correct output |
---|
152040 |
user output |
---|
152040 |
Test 6
Group: 2
Verdict: WRONG ANSWER
input |
---|
5000 2 1 4 3 6 5 8 7 10 9 12 11 14 ... |
correct output |
---|
20808340000 |
user output |
---|
20795850000 |
Test 7
Group: 2
Verdict: ACCEPTED
input |
---|
5000 2 3 4 5 6 7 8 9 10 11 12 13 14... |
correct output |
---|
20795850000 |
user output |
---|
20795850000 |
Test 8
Group: 2
Verdict: WRONG ANSWER
input |
---|
5000 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
correct output |
---|
20808342499 |
user output |
---|
20808342501 |
Test 9
Group: 2
Verdict: ACCEPTED
input |
---|
5000 2 3 1 5 6 4 8 9 7 11 12 10 14 ... |
correct output |
---|
20795848337 |
user output |
---|
20795848337 |
Test 10
Group: 2
Verdict: ACCEPTED
input |
---|
5000 283 2880 2565 3289 4160 936 39... |
correct output |
---|
20795852465 |
user output |
---|
20795852465 |
Test 11
Group: 3
Verdict: WRONG ANSWER
input |
---|
100000 2 1 4 3 6 5 8 7 10 9 12 11 14 ... |
correct output |
---|
166656666800000 |
user output |
---|
166651667000000 |
Test 12
Group: 3
Verdict: ACCEPTED
input |
---|
100000 2 3 4 5 6 7 8 9 10 11 12 13 14... |
correct output |
---|
166651667000000 |
user output |
---|
166651667000000 |
Test 13
Group: 3
Verdict: WRONG ANSWER
input |
---|
100000 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ... |
correct output |
---|
166656666849999 |
user output |
---|
166656666850001 |
Test 14
Group: 3
Verdict: ACCEPTED
input |
---|
100000 2 3 1 5 6 4 8 9 7 11 12 10 14 ... |
correct output |
---|
166651666966668 |
user output |
---|
166651666966668 |
Test 15
Group: 3
Verdict: WRONG ANSWER
input |
---|
100000 186 62491 95379 37431 88427 93... |
correct output |
---|
166651667250100 |
user output |
---|
166651667050112 |