Skip to content

Commit cb9a656

Browse files
Rename
1 parent ead1834 commit cb9a656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

24-game.cpp renamed to 24-solver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <iostream>
1+
#include <iostream>
22
using namespace std;
33

44
int raw[4], pl[4], oper[3], cnt = 0; //oper:0 addition, 1 subtraction, 2 multiplication, 3 division

0 commit comments

Comments
 (0)