Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
143076 冰块ee A+B 输入输出练习III C++ Output Limit Exceeded 30 MS 260 KB 135 2026-01-11 18:47:50

Tests(0/1):


Code:

#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; }