1snprintf-2.cpp: In function 'int main(int, char**)':
2snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)
3snprintf-2.cpp:5: warning: array size (20) smaller than bound length (30)
4