0_0_26148123_28327.cpp:1:2: error: stray '#' in program
j#include <bits/stdc++.h>
^
0_0_26148123_28327.cpp:1:1: error: 'j' does not name a type
j#include <bits/stdc++.h>
^
0_0_26148123_28327.cpp: In function 'bool isLarge(long long int, long long int, long long int, long long int)':
0_0_26148123_28327.cpp:8:18: error: 'min' was not declared in this scope
return min(a, b) < min(c, d)
^
0_0_26148123_28327.cpp:9:40: error: 'max' was not declared in this scope
|| min(a, b) == min(c, d) && max(a, b) < max(c, d);
^
0_0_26148123_28327.cpp: In function 'void check(long long int, long long int, long long int, long long int)':
0_0_26148123_28327.cpp:14:5: error: 'cout' was not declared in this scope
cout << "0\n";
^
0_0_26148123_28327.cpp:16:5: error: 'cout' was not declared in this scope
cout << "1\n";
^
0_0_26148123_28327.cpp:18:5: error: 'cout' was not declared in this scope
cout << "-1\n";
^
0_0_26148123_28327.cpp: In function 'int main()':
0_0_26148123_28327.cpp:22:3: error: 'ios' has not been declared
ios::sync_with_stdio(0);
^
0_0_26148123_28327.cpp:23:3: error: 'cin' was not declared in this scope
cin.tie(0); cout.tie(0);
^
0_0_26148123_28327.cpp:23:15: error: 'cout' was not declared in this scope
cin.tie(0); cout.tie(0);
^
0_0_26148123_28327.cpp:39:22: error: 'swap' was not declared in this scope
swap(a[1], a[2]), swap(a[3], a[4]);
^
0_0_26148123_28327.cpp:41:22: error: 'swap' was not declared in this scope
swap(b[1], b[2]), swap(b[3], b[4]);
^
|