[usaco] 2.3 Zero Sum - usaco
2009.08.15 18:06 Edit
영어 해석이 안되서 해석 솔루션을 봐야만 했던 문제
Now insert either a `+' for addition or a `-' for subtraction or a
` ' [blank] to run the digits together between each pair of digits (not
in front of the first digit). Calculate the result that of the expression
and see if you get zero.
blank가 blank양쪽의 숫자를 붙여놓고 생각해야한다는게 해석이 안되서 @#$%@#$%@#
1-2 3+4+5+6+7 이면 2 3을 23으로 생각하라는...


