Run ID:131134

提交时间:2025-09-21 09:55:36

#include<iostream> using namespace std; int main{ int a,b,c,d; cin>>a>>b>>c>>d; return 0; }