Submission #7533135


Source Code Expand

#include<its/stdc++.h>

using namespace std;

int main(){
	
    int a , b;
	cin >> a >> b;
	
    cout << a - b << endl;
    
    return 0;
}

Submission Info

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

Compile Error

./Main.cpp:1:23: fatal error: its/stdc++.h: No such file or directory
 #include<its/stdc++.h>
                       ^
compilation terminated.