Problem photo
User thelusidian
Submission Time 2024-02-26 18:01:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp: In lambda function:
photo.cpp:27:6: error: expected ‘{’ before ‘if’
27 | if (i == 0){
| ^~
photo.cpp: In function ‘int main()’:
photo.cpp:27:6: error: cannot convert ‘main()::<lambda()>’ to ‘long long unsigned int’ in assignment
photo.cpp:30:8: error: ‘else’ without a previous ‘if’
30 | } else {
| ^~~~