diff options
Diffstat (limited to '9p36.cpp')
-rw-r--r-- | 9p36.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/9p36.cpp b/9p36.cpp new file mode 100644 index 0000000..d4ec6fd --- /dev/null +++ b/9p36.cpp @@ -0,0 +1,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; +} |