很煩的一題

#include <iostream>
#include <stdio.h>
#include <string.h>
#include <string>
using namespace std;
int main(){
    char p;
    while((p=getchar())!=EOF){
        if(p==0 || p==10 || p==13){
            printf("%c",p);
        }else{
            printf("%c",p-7);
        }
    }
    return 0;
}

results matching ""

    No results matching ""