Skip to content
Snippets Groups Projects
Commit 3082866b authored by 13513004's avatar 13513004
Browse files

add case1

parent dbfd8131
No related merge requests found
case1 0 → 100644
4
10 1 4 7
\ No newline at end of file
...@@ -42,7 +42,7 @@ int main(int argc, char *argv[]) ...@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
scanf("%d", &n); scanf("%d", &n);
int *arr = (int*) malloc(sizeof(int) * (n + 1)); int *arr = (int*) malloc(sizeof(int) * (n + 1));
for (i = 0; i < 8; ++i) for (i = 0; i < n; ++i)
{ {
scanf("%d", &arr[i]); scanf("%d", &arr[i]);
} }
......
#daftar host #daftar host
localhost localhost
167.205.35.26 #167.205.35.26
#167.205.35.28 167.205.35.28
#167.205.35.29 167.205.35.29
#167.205.35.30 167.205.35.30
#167.205.35.31 #167.205.35.31
#167.205.35.32 #167.205.35.32
#167.205.35.33 #167.205.35.33
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment