hiho week 147 register

Ended

Participants:514

Verdict:Time Limit Exceeded
Score:40 / 100
Submitted:2017-04-23 15:54:21

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include<iostream>
#include<vector>
#include<iostream>
#include<vector>
#include<algorithm>
#include<cmath>
#include<string>
#include<cstring>
#include<map>
#include<set>
#include<list>
#include<queue>
#include<stack>
#include<unordered_map>
#include<bitset>
typedef long long LL;
typedef long L;
using namespace std;
#define max(a,b) ((a) > (b) ? (a) : (b))
#define min(a,b) ((a) <(b) ? (a) : (b))
int n;
int marks[6][30007];
int main() {
    scanf("%d", &n);
    for (int i = 1; i <= n; i++) {
        for (int j = 1; j <= 5; j++) {
            scanf("%d", &marks[j][i]);
        }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX