This website requires JavaScript.
Explore
Help
Register
Sign In
saberbud
/
seer
Watch
1
Star
0
Fork
0
You've already forked seer
mirror of
https://github.com/epasveer/seer.git
synced
2026-08-29 08:34:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
seer
/
tests
/
hellostar
/
hellostar.cpp
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
8 lines
87 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Checkpoint: 2d array charts.
2022-05-02 18:32:44 -05:00
int
main
(
)
{
checkpoint: 2dvisualizer
2022-05-07 11:25:26 -05:00
int
points
[
]
=
{
50
,
1
,
20
,
91
,
97
,
35
,
2
,
35
,
79
,
91
,
50
,
1
}
;
Checkpoint: 2d array charts.
2022-05-02 18:32:44 -05:00
return
0
;
}
Reference in New Issue
Copy Permalink