From: Skullheadx <94652084+Skullheadx@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:13:39 +0000 (-0500) Subject: wip 2016 S1 X-Git-Url: http://git.skullheadx.com/nixos/NN_Heuristic%20OneTree.png?a=commitdiff_plain;h=a996e89dc7287b893169c47465e4dbc85227ca0c;p=CCC.git wip 2016 S1 --- diff --git a/Main/C++/2016/S1.cpp b/Main/C++/2016/S1.cpp new file mode 100644 index 0000000..32346af --- /dev/null +++ b/Main/C++/2016/S1.cpp @@ -0,0 +1,16 @@ +#include +using namespace std; + +int main() +{ + string line1,line2; + + map letters; + + cin >> line1; + cin << line2; + + for (int i = 0; i < line1.size()) + + return 0; +}