Submission #558076

# Submission time Handle Problem Language Result Execution time Memory
558076 2022-05-06T18:25:50 Z status_coding Newspapers (CEOI21_newspapers) C++14
0 / 100
1 ms 340 KB
#include <iostream>

using namespace std;

long long n,m;

int main()
{
    cin>>n>>m;

    if(m == n-1)
        cout<<"YES\n";
    else
        cout<<"NO\n";
    return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 340 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 212 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -