피보나치 동전
Time Limit: 1 SecMemory Limit: 1024 MiB
Example Input 1
3
1 2 5
Example Output 1
1 1 2 
Example Input 2
5
5 10 15 20 25
Example Output 2
1 2 3 4 5 
© 2023-2025. All rights reserved.
Powered by @Rn
logo