| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 310217 | 李南笙 | 【C1-4】四个数之和 | C++ | Compile Error | 0 | 0 MS | 0 KB | 116 | 2025-02-28 18:34:04 |
#include<iostream> using namespace std; int main(){ int n,g,s,b,k; cin>>n; cout<<(g+s+b+k) return 0; }