Submission #961567

# Submission time Handle Problem Language Result Execution time Memory
961567 2024-04-12T08:14:46 Z Gr1sen Carnival Tickets (IOI20_tickets) C++17
0 / 100
1 ms 348 KB
#include"tickets.h"
#include<iostream>
#include<vector>
#include<algorithm>
#include<iomanip>
#include<cmath>

using namespace std;

#define ll long long
#define ld long double
#define vi vector<int>
#define vvi vector<vi>

ll find_maximum(int k, vvi x) {
    allocate_tickets(x);
    ld a = 0;
    for (auto i : x) a += i[0];
    a /= x.size();
    ll b = round(a);
    ll t = 0;
    for (auto i : x) t += abs(i[0]-b);
    return t;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Ticket 0 of color 0 is played on invalid day 500507564
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Ticket 0 of color 0 is played on invalid day 78791011
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB There is multiple tickets of color 0 on day 1
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB There is no ticket of color 0 on day 0
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB There is no ticket of color 0 on day 0
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB There is no ticket of color 0 on day 0
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Ticket 0 of color 0 is played on invalid day 500507564
2 Halted 0 ms 0 KB -