| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 139784 | 郝王骏程 | 上台阶 | C++ | Wrong Answer | 0 MS | 268 KB | 328 | 2025-12-08 19:43:21 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ long long a=1,e,s=0; cin>>e; cout<<e+1; return 0; }
------Input------
15
------Answer-----
5768
------Your output-----
16