Submission #272054

# Submission time Handle Problem Language Result Execution time Memory
272054 2020-08-18T08:29:42 Z Halit Easter Eggs (info1cup17_eastereggs) C++17
0 / 100
1 ms 512 KB
    #include <bits/stdc++.h>
    #include "grader.h"
    #define max(xx,yy) (xx > yy ? xx : yy)
    #define min(xx,yy) (xx > yy ? yy : xx)
    #define all(x) x.begin(), x.end()
    using namespace std;

    int findEgg(int N, vector< pair<int, int> > bridges){
       	int ans = 0;
       	for(int i = 0;i < N;++i)
       		ans += query({ i+1 });
        	
        return ans;
    }
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 512 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 512 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 512 KB Execution killed with signal 11 (could be triggered by violating memory limits)
2 Halted 0 ms 0 KB -