Submission #7119172


Source Code Expand

#include <bits/stdc++.h>
int x, y;
int main() {
    std::cin >> a >>b;
    std::cout << a - b << std::endl;
    return 0;
}

Submission Info

Submission Time
Task A - 積雪深差
User luogu_bot5
Language C++ (GCC 5.4.1)
Score 0
Code Size 123 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:4:17: error: ‘a’ was not declared in this scope
     std::cin >> a >>b;
                 ^
./Main.cpp:4:21: error: ‘b’ was not declared in this scope
     std::cin >> a >>b;
                     ^