Cod sursa(job #2418598)

Utilizator LittleWhoFeraru Mihail LittleWho Data 5 mai 2019 16:52:31
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.26 kb
#include <bits/stdc++.h>

using namespace std;

typedef unsigned long long ull;
typedef signed long long ll;
typedef unsigned int uint;
typedef unsigned char uchar;

const int nmax = 1e5;

int main() {
    ios::sync_with_stdio(false);
    cin.tie(NULL);

    return 0;
}