Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
47172 | lmz120809 | 练27.2 布纳特难题 | C++ | No Test Data | 0 MS | 0 KB | 94 | 2024-05-12 17:29:10 |
#include<iostream> using namespace std; int main() { cout<<"1+2+3+4+5=15"; return 0; }