在 UVa Online Judge 上這種題目實在不多,因為他在 Output 上清清楚楚的把答案跟你說了,只差沒把程式碼打給你,算是營養題啦!
Multiply n by 567, then divide the result by 9, then add 7492, then multiply by 235, then divide by 47, then subtract 498. What is the digit in the tens column?
公式為: ( (n * 567) / 9 + 7492 ) * 235 ) / 47 - 498 => (n * 63 + 7492 ) * 5 - 498
注意小於 0 的數要乘以 -1。
這一題真是污辱智商 = =|||
By David.K
p11547題目連結
回ACM題庫目錄
回首頁
沒有留言:
張貼留言