#include using namespace std; int main() { printf("%d",sizeof("Hello, World!")); return 0; }