(UVA)458-解碼

    include<stdio.h>

int main(){
        char c;
 while (scanf("%c", &c) != EOF){
  if (c != '\n') printf("%c", c - 7);
  if (c == '\n') printf("\n");
 }
 return 0;
}

留言

這個網誌中的熱門文章

Bundle Adjustment 光束平差法

Structure From Motion