(UVA)10696-f91

#include<stdio.h>

int main(){
 int N;
 while (scanf("%d", &N) != EOF && N){
  if (N <= 100) printf("f91(%d) = 91\n", N);/*算一下就知道<=100最後都會是91*/
  else printf("f91(%d) = %d\n", N, N - 10);
 }
 return 0;
}

留言

這個網誌中的熱門文章

Bundle Adjustment 光束平差法

Structure From Motion