Submission #684985

# Submission time Handle Problem Language Result Execution time Memory
684985 2023-01-23T03:55:39 Z moonhero Newspapers (CEOI21_newspapers) C++14
0 / 100
0 ms 212 KB
#include<bits/stdc++.h>
using namespace std;
using ll = long long;

signed main() {
    ios_base::sync_with_stdio(0);
    cin.tie(0); cout.tie(0);
    // ll w, h, k; cin >> w >> h >> k;
    // w = min(w, h), h = max(w, h);
    // h *= 2;
    // if (h % 3 == 0) cout << "YES\n";
    // else 
    cout << "NO\n";
    return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -