Submission #3816954


Source Code Expand

#include <bits/stdc++.h>
using namespace std;

int main(){
    long int X,Y;
    cin >> X >> Y;
    if(X>Y) cout << X << endl;
    else xout << Y << endl;
    return 0;
}

Submission Info

Submission Time
Task A - 正直者
User youjo
Language C++14 (GCC 5.4.1)
Score 0
Code Size 179 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:8:10: error: ‘xout’ was not declared in this scope
     else xout << Y << endl;
          ^