Submission #834623

#TimeUsernameProblemLanguageResultExecution timeMemory
834623gromperenRectangles (IOI19_rect)C++14
Compilation error
0 ms0 KiB
cout << i << " " << j << " " << p << " " << q << "\n";

Compilation message (stderr)

rect.cpp:1:6: error: 'cout' does not name a type
    1 |      cout << i << " " << j << " " << p << " " << q << "\n";
      |      ^~~~