diff --git a/LeetCode/2103.cpp b/LeetCode/2103.cpp new file mode 100644 index 0000000..47ddeb8 --- /dev/null +++ b/LeetCode/2103.cpp @@ -0,0 +1,31 @@ +class Solution { +public: + int countPoints(string rings) { + int rods[10] = {}; + for(int i=0; i