Run ID:107794
提交时间:2025-01-18 13:27:51
#include <bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a; cin>>b; cin>>c; return 0; }