| Problem | swayingflowers |
|---|---|
| User | LYM2025 |
| Submission Time | 2026-08-16 13:03:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:11:27: error: expected ‘;’ before ‘)’ token
11 | for(ll i=0;i<v.size(),i++){
| ^
| ;
swayingflowers.cpp: In lambda function:
swayingflowers.cpp:12:11: error: expected ‘{’ before ‘;’ token
12 | z+=y/[i];
| ^
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:12:7: error: no match for ‘operator/’ (operand types are ‘ll’ {aka ‘long long int’} and ‘main()::<lambda()>’)
12 | z+=y/[i];
In file included from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from swayingflowers.cpp:1:
/usr/include/c++/9/complex:421:5: note: candidate: ‘template<class _Tp> std::complex<_Tp> std::operator/(const std::complex<_Tp>&, const std::complex<_Tp>&)’
421 | operator/(const com