diff options
author | Oskar <[email protected]> | 2024-09-06 15:37:57 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-06 15:37:57 +0200 |
commit | 9b73f5889937d88796b45126f6165027fecd3436 (patch) | |
tree | 104545fdf4532e9e7d6b3330de5be7ed17ca028d /6p18.cpp | |
parent | 1792d08e9e5d56bc1ab477a8b1fec0ce1446d012 (diff) |
more
Diffstat (limited to '6p18.cpp')
-rw-r--r-- | 6p18.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; } |