這題有O(1)的解法
提示 魔術數字... 19600
是這樣嗎?
#include <stdio.h>int main(){ int d; while(scanf(" %d",&d)!=EOF) printf("%d\n",1275+19600*d); return 0;}