摘要: 1.public class QiangZhiZhuanHuan{ public static void main(String[] args){ int i1 = 123; byte b = (byte)i1;//强制类型转换为byte System.out.println("int强制类型转换为 阅读全文
posted @ 2021-10-04 22:24 Lindseyyip 阅读(28) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <queue> #include <cstring> #define MAXSIZE 100 using namespace std; int main() { queue <char>q; char a[MAXSIZE]; scanf("%s 阅读全文
posted @ 2021-10-04 19:21 Lindseyyip 阅读(52) 评论(0) 推荐(0)