| Problem | duckhunt34 |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-17 11:35:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt34.cpp: In function ‘int main()’:
duckhunt34.cpp:12:25: error: expected primary-expression before ‘)’ token
12 | for(int x = 0;x < n;x+=){
| ^
duckhunt34.cpp: In lambda function:
duckhunt34.cpp:15:11: error: expected ‘{’ before ‘x’
15 | if([a]x * [a]y == [a]z)ans++;
| ^
duckhunt34.cpp: In function ‘int main()’:
duckhunt34.cpp:15:11: error: expected ‘)’ before ‘x’
15 | if([a]x * [a]y == [a]z)ans++;
| ~ ^
| )
duckhunt34.cpp:15:27: error: could not convert ‘<lambda closure object>main()::<lambda()>{std::vector<long long int>(a)}’ from ‘main()::<lambda()>’ to ‘bool’
15 | if([a]x * [a]y == [a]z)ans++;
| ^
| |
| main()::<lambda()>