Cod sursa(job #2418595)
Utilizator | Data | 5 mai 2019 16:49:30 | |
---|---|---|---|
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;
}