Run ID:143076

提交时间:2026-01-11 18:47:50

#include<bits/stdc++.h> using namespace std; int a=1,b=1; int main(){ while(a!=0&&b!=0) cout<<a+b<<endl; return 0; }