提交时间:2025-12-19 15:38:55
运行 ID: 76618
#include <iostream>; using namespace std; int main() { int a=4; short b=2; cout<<a<<" "<<b; return 0; }