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

/*
 *
 * 9.36
 *
 *
 */

int main () {

	// No it can not.
	// The capacity can be equal to the size but not less than the size.
	return 0;
}