We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
백준 13305 주유소 [문제유형] 그리디
https://www.acmicpc.net/problem/13305
//오일값이 싸지면 무조건 교체하는 것이 이득 var now = city[0] for(i in 0 until city.size-1 ){ now = Math.min(now,city[i]) result += now * road[i] }
The text was updated successfully, but these errors were encountered:
do : 2023-01-26 #22
85a322e
14a4d3c
No branches or pull requests
백준 13305 주유소
[문제유형] 그리디
https://www.acmicpc.net/problem/13305
The text was updated successfully, but these errors were encountered: