Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
52728 | fengxiaohang | [在线测评解答教程] A+B Problem | C++ | Output Limit Exceeded | 28 MS | 232 KB | 110 | 2024-10-12 20:48:18 |
#include<iostream> using namespace std; int main() { for(;;) { cout<<""<<endl; } }