Problem aoi_fft
User smartsword
Submission Time 2025-08-04 16:42:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aoi_fft.cpp: In function ‘int main()’:
aoi_fft.cpp:7:18: error: expected ‘;’ before ‘return’
7 | cout << 'Yes'
| ^
| ;
8 |
9 | return 0;
| ~~~~~~