mirror of
https://github.com/Hizenberg469/Algorithms-snippets.git
synced 2026-04-19 22:52:23 +03:00
9 lines
97 B
C++
9 lines
97 B
C++
#include <bits/stdc++.h>
|
|
|
|
using namespace std;
|
|
|
|
int main(int argc, char* argv[] ){
|
|
|
|
|
|
return 0;
|
|
} |