영수증

알고리즘 문제 풀이/1DP_과제(~180615)

171224_5565_영수증

//https://www.acmicpc.net/problem/5565 #include using namespace std; int main(){ int total, now; cin >> total; for(int i=0; i> now; total-=now; } cout

bong sue
'영수증' 태그의 글 목록