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