提交时间:2025-03-09 16:23:30
运行 ID: 312135
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; 20-a-b-c; return 0; }