From daf3d5003c6a733ebf706bda49f88c84a73a8686 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 14 Aug 2024 22:59:07 +0800 Subject: [PATCH] update --- src/main.cpp | 30 ++++++++++++++++++++++++++---- tests/main.cpp | 9 +++++++++ tests/xj.json | 14 ++++++++++++++ xmake.lua | 5 ++++- 4 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 tests/main.cpp create mode 100644 tests/xj.json diff --git a/src/main.cpp b/src/main.cpp index 359abf5..98ae069 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,29 @@ -#include +#include +#include +#include +#include -#define AS_EQ(a,b){if((a)!=(b)){cerr<<"assert failed :"< +using namespace std; + + +int main(){ + string s; + cin>>s; + cout<