| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 76337 | sh25_shenpy | 小明三年身高 | C++ | 编译错误 | 0 MS | 0 KB | 199 | 2025-12-19 14:39:19 |
#include <bits/stdc++.h> using namespace std; int s[10]; int main() { int n,i,j; cin>>s; cin>>n; i=s[n-2000]; j=i-s[n-2001]; cout<<i<<endl; cout<<j; return 0; }