diff --git a/GESP/sh.cpp b/GESP/sh.cpp new file mode 100644 index 0000000..9ea4863 --- /dev/null +++ b/GESP/sh.cpp @@ -0,0 +1,10 @@ +#include +using namespace std; +typedef long long LL; +int main() { + int a, b, c; + int x; + cin >> a >> b >> c; + + return 0; +} \ No newline at end of file