Quote Originally Posted by veronicak5678 View Post
I am using these libraries:

#include <cstdio>
#include <iostream>
#include <cstring>
#include <cctype>
Those aren't libraries, they're just header files. The libraries your code uses only come into play in the linking stage of your program's build.