Submission #374424

#TimeUsernameProblemLanguageResultExecution timeMemory
374424topovikEuklid (COCI20_euklid)C++14
4 / 110
1 ms364 KiB
#include <bits/stdc++.h> #define f first #define s second #define pb push_back using namespace std; typedef long long ll; typedef long double ld; const ll N = 3e3 + 10; const ll oo = 1e10; int main() { ll t; cin >> t; while (t--) { ll x, y; cin >> x >> y; cout << x << " " << x << endl; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...