摘要: #include <stdio.h> int main(){ int n; scanf("%d", &n); switch(n){ case 1: printf("one\n"); break; case 2: printf("two\n"); break; case 3: printf("thre 阅读全文
posted @ 2023-04-05 14:12 庸才123 阅读(176) 评论(0) 推荐(0)
摘要: 学习C的位运算。 阅读全文
posted @ 2023-04-05 13:03 庸才123 阅读(21) 评论(0) 推荐(0)