public int find(char a)
{
int r = (int)(a - 'A') + 1; // 'A'는 ascii값 65
return r;
}
아...0부터인가...나도 헷깔림
문제 올렸어 횽들
아...0부터인가...나도 헷깔림
문제 올렸어 횽들