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