top of page
실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
/*#include <stdio.h>
int main()
{
char a;
scanf("%c",&a);
printf("%c",a+1);
return 0;
}
*/
#include <stdio.h>
int main()
{
/*#include <stdio.h>
int main()
{
char a;
scanf("%c",&a);
printf("%c",a+1);
return 0;
}
*/
#include <stdio.h>
int main()
{
댓글 0개
좋아요
댓글(0)
bottom of page