如果有好的寫法歡迎留言一起研究 ^ o ^ 看不懂的也可以留言說一下
#include <stdio.h> int main() { int n; while(scanf("%d",&n)==1) printf("%d\n",n*n-n+2); return 0; }
沒有留言:
張貼留言