We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5c620 commit fb48d0eCopy full SHA for fb48d0e
codeforces/templates/solution.cpp
@@ -1,4 +1,4 @@
1
-#include <iostream>
+#include <bits/stdc++.h>
2
3
using namespace std;
4
makefiles/build.mk
@@ -20,7 +20,7 @@ good: reset clean setup
20
$(ANALYZER) $(COMPILE) solution.cpp -o $(BUILD_DIR)/$(EXERCISE)-$@
21
$(VALGRIND) $(BUILD_DIR)/$(EXERCISE)-$@
22
23
-fast: reset clean setup
+solution fast: reset clean setup
24
$(COMPILE) solution.cpp -o $(BUILD_DIR)/$(EXERCISE)-$@
25
$(BUILD_DIR)/$(EXERCISE)-$@
26
0 commit comments