#include #include int main(void){ // 大きい箱 int bigbox; scanf("%d", &bigbox); printf("%d",bigbox); int len; scanf("%d", &len); printf("%d",bigbox); }