提交时间:2023-11-07 20:39:30
运行 ID: 30367
#include<iostream> using namespace std; int main() { int a=123 ,b=456 ,c=789 ; cout<<b; return 0; }