| Problem | brick |
|---|---|
| User | Yinnotayl64 |
| Submission Time | 2026-01-19 16:30:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:23:58: error: expected ‘)’ before ‘{’ token
23 | if (arrayOfNumbers[i] < *(prev(finalNumbers.end())) {
| ~ ^~
| )
brick.cpp:30:5: error: expected primary-expression before ‘}’ token
30 | }
| ^
brick.cpp:33:27: error: no match for ‘operator[]’ (operand types are ‘std::multiset<long long int>’ and ‘long long int’)
33 | cout << finalNumbers[i] << endl;
| ^