#include <iostream>
#include <string>
using namespace std;
int retSize(string type) {
if (type=="int") {
return 4;
} else if (type=="short") {
return 2;
} else if (type=="char") {
return 1;
} else if (type=="double") {
return 8;
}
}
int n;
int main() {
// 从第一种类型成员变量开始放,一旦有成员变量与上一种变量不同就需要对齐到要放的变量大小的整数倍。
// printf("%d dqs:%d pos:%d cnt:%d ans:%d\n", rs, dqs, pos, cnt, cnt*dqs);
}
while (pos%dqs) pos++;
cout << pos << endl;
}