Run ID:143090
提交时间:2026-01-11 18:52:23
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ while(1){ if(a==0&&b==0){ cout<<a+b<<endl; }else{ return 0; } } return 0; }