mycode/Baekjoon/c/18108.c
notalentprogrammer f00b19f981 20250506 baekjoon
2025-05-06 22:00:09 +09:00

8 lines
91 B
C
Executable File

#include <stdio.h>
int main() {
int a;
scanf("%d",&a);
printf("%d",a-543);
return 0;
}