Submission #915131

# Submission time Handle Problem Language Result Execution time Memory
915131 2024-01-23T11:36:54 Z Amirreza_Fakhri Permutation (APIO22_perm) C++17
0 / 100
1 ms 344 KB
// In the name of the God
#include <bits/stdc++.h>
#define ll long long
#define int long long
#define pb push_back
#define F first
#define S second
#define mp make_pair
#define pii pair <int, int>
#define smin(x, y) (x) = min((x), (y))
#define smax(x, y) (x) = max((x), (y))
#define all(x) (x).begin(), (x).end()
using namespace std;

const int inf = 1e9+7;
const int mod = 998244353;
const int maxn = 2e5+5;

vector <int> construct_permutation(int k) {
    vector <int> res(k);
    return res;
}

// int32_t main() {
//     ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
//     return 0;
// }
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -