summaryrefslogtreecommitdiff
path: root/6p18.cpp
blob: 1d0bc41c06236fea4639b11ad9603b8e234b0812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 *
 * 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;
}