比赛 | 模拟赛 | 评测结果 | WAAWWWWWWWAWWWWWWWAAAAAWWWWWWWAWWWWWWW |
---|---|---|---|
题目名称 | 《数列》 | 最终得分 | 23 |
用户昵称 | 梦那边的美好ET | 运行时间 | 0.217 s |
代码语言 | C++ | 内存使用 | 3.16 MiB |
提交时间 | 2019-04-29 09:05:35 | ||
#include<iostream> #include<algorithm> #include<cmath> #include<cstring> #include<cstdlib> #include<cstdio> using namespace std; int n,ans=100010,a; int main(){ freopen("arrayy.in","r",stdin); freopen("arrayy.out","w",stdout); scanf("%d",&n); for(int i=1;i<=n;i++)scanf("%d",&a),ans=min(a,ans); printf("%d\n",ans); return 0; }