#include <bits/stdc++.h> using namespace std; int main() { int m = 2; short n = 2; size_t a = sizeof(m); size_t b = sizeof(n); cout << a << " " << b; return 0; }
微信直接扫码登录
使用经过邮箱注册的账号密码登录