| Problem | aoi_fft |
|---|---|
| User | Usu |
| Submission Time | 2025-08-05 14:48:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
aoi_fft.cpp: In function ‘std::string check(std::vector<std::pair<int, long long int> >&)’:
aoi_fft.cpp:5:24: error: lvalue required as left operand of assignment
5 | if (pairs.size() = 1){ return "Yes";}
| ^