| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76319 | sh25_shenpy | 小明三年身高 | C++ | Compile Error | 0 MS | 0 KB | 183 | 2025-12-19 14:37:31 |
#include <bits/stdc++.h> using namespace std; int s[10]; int main() { int n; cin>>s; cin>>n; cout<<s[n-2000]<<endl; cout<<s[n-2000]-s[n-2001]; return 0; }