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