# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
532460 | 2022-03-02T23:02:59 Z | qwerasdfzxcl | Newspapers (CEOI21_newspapers) | C++14 | 1 ms | 204 KB |
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main(){ int n, m; scanf("%d %d", &n, &m); if (m==n-1) printf("YES\n0\n"); else printf("NO\n"); return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Integer parameter [name=k] equals to 0, violates the range [1, 5] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Integer parameter [name=k] equals to 0, violates the range [1, 5] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 204 KB | Integer parameter [name=k] equals to 0, violates the range [1, 5] |
2 | Halted | 0 ms | 0 KB | - |