| Problem | sum2 |
|---|---|
| User | Rigiddivot251112 |
| Submission Time | 2026-06-25 09:59:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:18:16: error: ‘FAT’ was not declared in this scope
18 | int highest = FAT;
| ^~~
sum2.cpp:19:23: error: ‘TALLEST_IN_WIDTH’ was not declared in this scope
19 | int second_highest = TALLEST_IN_WIDTH;
| ^~~~~~~~~~~~~~~~
sum2.cpp:22:7: error: ‘arr’ was not declared in this scope
22 | if (arr[i] > highest) {
| ^~~