제출 #698698

#제출 시각아이디문제언어결과실행 시간메모리
698698CyanmondNewspapers (CEOI21_newspapers)C++17
4 / 100
1 ms304 KiB
#include <bits/stdc++.h>

int main() {
    int N;
    std::cin >> N;
    std::cout << "YES" << std::endl;
    std::cout << N << std::endl;
    for (int i = 0; i < N; ++i) {
        std::cout << i + 1 << ' ';
    }
    std::cout << std::endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...