#include<stdio.h>
#include<stdlib.h>

main(){
    int h;
    while(scanf("%d",&h)!=EOF){
        printf("%d\n",h>=15 ? h-15:h+9);
    }
    return 0;    
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 檸檬 的頭像
    檸檬

    檸檬的C語言初學日誌

    檸檬 發表在 痞客邦 留言(0) 人氣()