Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 192 Bytes

File metadata and controls

14 lines (11 loc) · 192 Bytes
#include <iostream>

using std::cin; using std::cout; using std::endl; using std::cerr;

int main()
{
    int a, b, c, d;
    if (a > b && b > c && c >> d){
        //pass
    }
}