From 7a3df15852f1c867138a07867ed41fd7fc98975e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 23 Jul 2024 19:33:08 +0800 Subject: [PATCH] 'commit' --- GESP/sh.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 GESP/sh.cpp 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