제출 #703286

#제출 시각아이디문제언어결과실행 시간메모리
703286finn__Archery (IOI09_archery)C++17
2 / 100
28 ms1832 KiB
#include <bits/stdc++.h> using namespace std; #define N 200000 unsigned rk[N << 1]; int main() { ios_base::sync_with_stdio(0); cin.tie(0); size_t n, r; cin >> n >> r; for (size_t i = 0; i < 2 * n; ++i) cin >> rk[i]; if (rk[0] == 1) cout << n << '\n'; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...