Problem | photo |
---|---|
User | thelusidian |
Submission Time | 2024-02-27 12:15:28 |
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 {
| ^~~~