summaryrefslogtreecommitdiff
path: root/6p18.cpp
diff options
context:
space:
mode:
Diffstat (limited to '6p18.cpp')
-rw-r--r--6p18.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/6p18.cpp b/6p18.cpp
index 58d5fbf..1d0bc41 100644
--- a/6p18.cpp
+++ b/6p18.cpp
@@ -1,12 +1,14 @@
-#include <iostream>
/*
*
- * Description
+ * 6.18
*
*
*/
int main () {
+
+ // bool compare(matrix &rm1, matrix &rm2);
+ // std::vector<int>::iterator change_val(int i, std::vector<int>::iterator iter);
return 0;
}