#include <iostream>
#include <stdio.h>
#include <string.h>

int main()
{
    char s;

    scanf("%c", &s);
  //printf("문자 : %d \n", A);
  printf("%d\n", s);
  
    return 0;
}

'코딩테스트' 카테고리의 다른 글

평균 ver 2  (0) 2024.09.19
선택 정렬 : 오름차순  (0) 2024.09.19
과제 : 백준 문자열  (0) 2024.09.18
문자와 문자열(백준)  (0) 2024.09.18
LeetCode two.sum 배열 합산 반환  (0) 2024.09.18
블로그 이미지

wtdsoul

,