Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
letoni
/
my_awesome_project
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b2449448
authored
Oct 12, 2023
by
letoni
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace uus1.c
parent
21199f34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
uus1.c
uus1.c
View file @
b2449448
...
@@ -21,12 +21,7 @@ col=isnum("users column number");
...
@@ -21,12 +21,7 @@ col=isnum("users column number");
readarr
(
N
,
ARR
);
readarr
(
N
,
ARR
);
change
(
N
,
row
,
col
,
ARR
,
AR2
);
change
(
N
,
row
,
col
,
ARR
,
AR2
);
outAr
(
N
,
row
,
col
,
ARR
,
AR2
);
outAr
(
N
,
row
,
col
,
ARR
,
AR2
);
return
0
;
re
}
int
isnum
(
char
word
[])
{
int
num
;
printf
(
"%s"
,
word
);
scanf
(
"%d"
,
&
num
);
return
num
;
return
num
;
}
}
void
readarr
(
int
n
,
int
gh
[
n
][
n
])
void
readarr
(
int
n
,
int
gh
[
n
][
n
])
...
...
letoni
@letoni
mentioned in commit
f9b0d50a
Oct 12, 2023
mentioned in commit
f9b0d50a
mentioned in commit f9b0d50a218dbfcce025b5443cc83bd1a7fa8c51
Toggle commit list
letoni
@letoni
mentioned in commit
25c4361e
Oct 12, 2023
mentioned in commit
25c4361e
mentioned in commit 25c4361ef16ce40ffbf2cd86f0fd76857d2cc415
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment