We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead1834 commit cb9a656Copy full SHA for cb9a656
24-game.cpp 24-solver.cpp24-game.cpp renamed to 24-solver.cpp
@@ -1,4 +1,4 @@
1
-#include <iostream>
+#include <iostream>
2
using namespace std;
3
4
int raw[4], pl[4], oper[3], cnt = 0; //oper:0 addition, 1 subtraction, 2 multiplication, 3 division
0 commit comments