What is Nostr?
싱크에 /
npub1jnh…6wne
2024-03-27 04:34:03

싱크에 on Nostr: #include <stdio.h> int main() { int a; int b; printf("정수입력\r\n"); scanf("%d", ...



#include <stdio.h>

int main()
{
int a;
int b;
printf("정수입력\r\n");
scanf("%d", &b);
a = !(b%2) + 2*!(b%3);

switch(a)
{
case 1: printf("2의 배수"); break;
case 2: printf("3의 배수"); break;
case 3: printf("2와 3의 공배수"); break;
case 0: printf("아무것도아님"); break;
}
}
이게 제일 좋다고 생각한데 교수는
Author Public Key
npub1jnhd9lzl3t9hkww6cxwuh8936k7htrary32aefh89k48fvtpw30s7k6wne