ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 2012. About Grisha N.

Why wrong answer?:(((((
Posted by Anasyasia 3 Nov 2022 12:34

#include <iostream>

using namespace std;

int main()
{
    int a;
    cin>>a;
    if (a>=7)
        cout<<"Yes";
    if (a<7)
        cout<<"No";
    return 0;
}
Re: Why wrong answer?:(((((
Posted by Vladimir 9 Dec 2022 21:10
Compare Yes and YES