Submission #536184

# Submission time Handle Problem Language Result Execution time Memory
536184 2022-03-12T14:45:14 Z michao Secret (JOI14_secret) C++14
0 / 100
497 ms 8584 KB
#include <bits/stdc++.h>
#include "secret.h"
#define mp make_pair
#define pb push_back
#define ld long double
#define pii pair<int,int>
#define sz(x) (int)x.size()
#define piii pair<pii,pii>
#define precise cout<<fixed<<setprecision(10)
#define st first
#define nd second
#define ins insert
#define vi vector<int>
#define BOOST ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0)
using namespace std;

void Init(int N,int A[]){

}

int Query(int L,int R){

}

Compilation message

secret.cpp: In function 'int Query(int, int)':
secret.cpp:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
   23 | }
      | ^
# Verdict Execution time Memory Grader output
1 Runtime error 127 ms 4644 KB Execution killed with signal 11
2 Runtime error 141 ms 4600 KB Execution killed with signal 11
3 Runtime error 120 ms 4700 KB Execution killed with signal 11
4 Runtime error 431 ms 8504 KB Execution killed with signal 11
5 Runtime error 492 ms 8524 KB Execution killed with signal 11
6 Runtime error 434 ms 8504 KB Execution killed with signal 11
7 Runtime error 469 ms 8520 KB Execution killed with signal 11
8 Runtime error 466 ms 8536 KB Execution killed with signal 11
9 Runtime error 497 ms 8504 KB Execution killed with signal 11
10 Runtime error 471 ms 8584 KB Execution killed with signal 11