| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 76319 | sh25_shenpy | 小明三年身高 | C++ | 编译错误 | 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; }