Problem | photo |
---|---|
User | thelusidian |
Submission Time | 2024-02-27 12:13:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
photo.cpp: In lambda function:
photo.cpp:28:6: error: expected ‘{’ before ‘if’
28 | if (i == 0){
| ^~
photo.cpp: In function ‘int main()’:
photo.cpp:28:6: error: cannot convert ‘main()::<lambda()>’ to ‘long long unsigned int’ in assignment
photo.cpp:31:8: error: ‘else’ without a previous ‘if’
31 | } else {
| ^~~~
photo.cpp:44:20: error: invalid types ‘long long unsigned int[int]’ for array subscript
44 | min = heights[0][0];
| ^
photo.cpp:45:20: error: invalid types ‘long long unsigned int[int]’ for array subscript
45 | max = heights[0][1];
| ^
photo.cpp:48:19: error: invalid types ‘long long unsigned int[int]’ for array subscript
48 | if (heights[i][1] > max){
| ^
photo.cpp:49:22: error: ‘j’ was not declared in this scope
49 | max = temp[j];
| ^
phot