Submission #485561

#TimeUsernameProblemLanguageResultExecution timeMemory
485561groupATSUBajka (COCI20_bajka)C++14
0 / 70
0 ms204 KiB
#include <iostream>
#include <algorithm>
#include <stack>
#include <vector>
#include <set>
#include <cstring>
#include <queue>
#include <map>
#include <cmath>
#define aldgebu return
#define ff first
#define sc second
#define pb push_back
#define pii pair <int,int>
#define p push
#define ll long long
#define pll pair<ll, ll>
using namespace std;
const ll inf = 1e9;
const ll mod = 1e9 + 7;
const ll m = 1e9 + 9;

void Dontfuckedup(){
    int N, M;
    string s, s1;
    cin >> N >> M >> s >> s1;
    cout << 5;
}

int32_t main () {

    ios::sync_with_stdio(false);
    cin.tie(nullptr);

    int T = 1; //cin >> T;
    while (T--)Dontfuckedup();

    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...