Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
8296 | 杨洋杰 | A+B 输入输出练习III | C++ | Compile Error | 0 MS | 0 KB | 160 | 2025-07-10 16:22:10 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; while(1){ cin>>a>>b; if(a==0&&b==0) return 0; else cout<<a+b<<endl; } }
mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device