#17319: 各位大大求解 哪裡錯了


ray920621 (R宇民R)

學校 : 國立嘉義高級中學
編號 : 82952
來源 : [163.27.3.90]
最後登入時間 :
2020-05-13 14:31:41
b428. 凱薩加密 | From: [42.75.129.204] | 發表日期 : 2019-04-04 22:25

#include <iostream>
#include <cstring>
#include <cmath>
using namespace std;

int main()
{

char line1[10000];
char line2[10000];
while(cin >> line1 >> line2)
{
cout << abs(int(line1[0]-'A')-int(line2[0]-'A'))<< endl;
}

return 0;
}

 
ZeroJudge Forum