| Problem | inspections |
|---|---|
| User | justin271828 |
| Submission Time | 2025-12-07 22:33:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
inspections.cpp: In function ‘int32_t main()’:
inspections.cpp:35:4: error: ‘p’ was not declared in this scope
35 | p = *it1++;
| ^
inspections.cpp:39:18: error: ‘class std::set<long long int>’ has no member named ‘start’
39 | if (it0 != s0.start()) L = *--it0;
| ^~~~~
inspections.cpp:45:4: error: ‘p’ was not declared in this scope
45 | p = *it2++;
| ^
inspections.cpp:49:18: error: ‘class std::set<long long int>’ has no member named ‘start’
49 | if (it0 != s0.start()) L = *--it0;
| ^~~~~
inspections.cpp:56:1: error: expected ‘}’ at end of input
56 | }
| ^
inspections.cpp:12:16: note: to match this ‘{’
12 | int32_t main() {
| ^