제출 #857942

#제출 시각아이디문제언어결과실행 시간메모리
857942danikoynovNewspapers (CEOI21_newspapers)C++14
0 / 100
0 ms348 KiB
#include<bits/stdc++.h> #define endl '\n' using namespace std; typedef long long ll; void speed() { ios_base::sync_with_stdio(NULL); cin.tie(NULL); cout.tie(NULL); } int n, m; void solve() { cin >> n >> m; cout << "YES" << endl; for (int i = 1; i <= n; i ++) cout << i << " "; cout << endl; } int main() { solve(); return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...