Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이다은
/
raspberry
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
daeun
2021-04-23 14:40:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e34a7706f323d048424a79c565016731054dcc1
9e34a770
1 parent
ce45d3bc
mid
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
midterm4.c
midterm4.c
View file @
9e34a77
...
...
@@ -97,7 +97,7 @@ int main(){
prevtime
=
curtime
;
time
++
;
}
data
[
6
]
=
{
time
%
10
,
(
time
%
100
)
/
10
,
(
time
%
1000
)
/
100
,
data
=
{
time
%
10
,
(
time
%
100
)
/
10
,
(
time
%
1000
)
/
100
,
(
time
/
1000
)
%
10
,
(
time
/
10000
)
%
10
,
time
/
100000
};
timer
();
}
...
...
Please
register
or
login
to post a comment