摘要: 1、 class A{ char a; double b; int c; }; sizeof(A)=? 2、 #define mod(A,B) A%B; #include<bits/stdc++.h> using namespace std; int main(){ cout<<mod(94,13+ 阅读全文
posted @ 2020-08-18 21:06 vdk 阅读(127) 评论(0) 推荐(0)