Problem squarerect
User pIaceholder
Submission Time 2023-12-28 19:34:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squarerect.cpp: In function ‘bool am_i_square_lol(int, int&)’:
squarerect.cpp:7:10: error: ‘cout’ is not a member of ‘std’
7 | std::cout << *x1 << " " << *y1 << " " << *x2 << " " << *y2 << "\n";
| ^~~~
squarerect.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | bool am_i_square(int a, int b) {}