Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
93695 | 张曦 | 18成绩插入 | C++ | Wrong Answer | 1 MS | 272 KB | 260 | 2024-10-18 23:49:00 |
#include <bits/stdc++.h> using namespace std; int main() { int f; cin>>f; int a[f]; for(int j = 0;j < f;j++) cin>>a[j]; int k; cin>>k; cout<<k; for(int i = 0;i<f;i++) { cout<<a[i]; } }
------Input------
68 87 45 25 60 54 59 89 86 21 27 60 21 67 62 89 89 43 61 79 38 67 57 19 9 81 94 36 72 20 42 54 35 16 15 99 22 1 39 21 88 87 9 79 56 22 79 69 12 1 57 33 83 13 12 21 11 14 75 66 53 8 61 19 24 14 74 20 7 17
------Answer-----
17 87 45 25 60 54 59 89 86 21 27 60 21 67 62 89 89 43 61 79 38 67 57 19 9 81 94 36 72 20 42 54 35 16 15 99 22 1 39 21 88 87 9 79 56 22 79 69 12 1 57 33 83 13 12 21 11 14 75 66 53 8 61 19 24 14 74 20 7
------Your output-----
178745256054598986212760216762898943617938675719981943672204254351615992213921888797956227969121573383131221111475665386119241474207