Submission #1352208

#TimeUsernameProblemLanguageResultExecution timeMemory
1352208mahmudisaliTracks in the Snow (BOI13_tracks)C++17
5.52 / 100
0 ms344 KiB
// Mahmud Isali
#pragma GCC optimize("O3,unroll-loops")

#include <bits/stdc++.h>

using namespace std;

#define int long long
#define pb push_back
#define F first
#define S second
#define all(x) (x).begin(), (x).end()
#define rall(x) (x).rbegin(), (x).rend()

const long long INF = 4e18, MOD = 998244353, N = 1e5 + 5;
void solve() {
    cout << 5;
}       
signed main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    cout.tie(nullptr);
    int t = 1;
    // cin >> t;
    for (int i = 1; i <= t; i++) {
        // cout << "\n-----Case-----" << i << "\n";
        solve();
    }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...