Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
4643 | 高振轩 | A+B 输入输出练习I | C++ | Output Limit Exceeded | 3 MS | 264 KB | 150 | 2024-08-25 16:48:48 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; for(int i=1;i<=i;i++){ cin>>a>>b; c=a+b; cout<<c<<endl; } }