Problem simp
User ToiletBrIcker
Submission Time 2024-06-19 11:04:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:4:2: error: expected initializer before ‘std’
4 | std::cin >> N >> ai >> aj >> bi >> bj >> ci >> cj;
| ^~~
simp.cpp:6:18: error: ‘cj’ was not declared in this scope; did you mean ‘ci’?
6 | if (bj < aj && cj < aj){
| ^~
| ci
simp.cpp:14:18: error: ‘cj’ was not declared in this scope; did you mean ‘ci’?
14 | if (bj < aj && cj < aj){
| ^~
| ci