mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
8 lines
82 B
C++
8 lines
82 B
C++
int main() {
|
|
|
|
int points[] = {50,1,20,91,97,35,2,35,79,91};
|
|
|
|
return 0;
|
|
}
|
|
|