update
This commit is contained in:
parent
f9e6d904a1
commit
28022bb787
20
src/7/20/T635779.cpp
Normal file
20
src/7/20/T635779.cpp
Normal file
@ -0,0 +1,20 @@
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
|
||||
using ll = int64_t;
|
||||
|
||||
ll n,k;
|
||||
std::vector<ll> a;
|
||||
|
||||
int main(){
|
||||
scanf("%ld%ld",&n,&k);
|
||||
a.resize(n+1);
|
||||
for(ll i=1;i<=n;i++){
|
||||
scanf("%ld",&a[i]);
|
||||
}
|
||||
std::vector<ll> vk(k+1);
|
||||
for(ll i=1;i<=k;i++){
|
||||
|
||||
}
|
||||
}
|
1
src/7/20/ring1.ans
Normal file
1
src/7/20/ring1.ans
Normal file
@ -0,0 +1 @@
|
||||
7.00
|
2
src/7/20/ring1.in
Normal file
2
src/7/20/ring1.in
Normal file
@ -0,0 +1,2 @@
|
||||
3 3
|
||||
7 8 9
|
1
src/7/20/ring2.ans
Normal file
1
src/7/20/ring2.ans
Normal file
@ -0,0 +1 @@
|
||||
2081.00
|
2
src/7/20/ring2.in
Normal file
2
src/7/20/ring2.in
Normal file
@ -0,0 +1,2 @@
|
||||
94 5
|
||||
83 83 84 22 1 4 4 89 20 56 67 76 35 100 43 11 26 79 24 89 45 61 74 44 11 44 60 67 12 9753 70 4 37 7 60 30 100 4 32 14 78 32 42 63 83 61 66 12 34 20 10 34 76 5 10 23 93 14 45 45 1 4 73 13 84 68 18 4673 74 20 60 79 58 29 40 44 82 24 5501 8 11 89 22 76 25 75 66 54 98 46 58 29 44 72
|
1
src/7/20/ring3.ans
Normal file
1
src/7/20/ring3.ans
Normal file
@ -0,0 +1 @@
|
||||
9767870.50
|
2
src/7/20/ring3.in
Normal file
2
src/7/20/ring3.in
Normal file
File diff suppressed because one or more lines are too long
1
src/7/20/ring4.ans
Normal file
1
src/7/20/ring4.ans
Normal file
@ -0,0 +1 @@
|
||||
494075229.00
|
2
src/7/20/ring4.in
Normal file
2
src/7/20/ring4.in
Normal file
File diff suppressed because one or more lines are too long
1
src/7/20/ring5.ans
Normal file
1
src/7/20/ring5.ans
Normal file
@ -0,0 +1 @@
|
||||
934649950.21
|
2
src/7/20/ring5.in
Normal file
2
src/7/20/ring5.in
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user