提交时间:2023-11-04 14:16:01

运行 ID: 30147

#include<iostream> using namespace std; int main() { int a=123 ,b=456 ,c=789 ; cout<<b; return 0; }