fourty-two

NONONONONO!!!!

Mon, 15 Feb 2010 230211 +0000
#include <string>
#include <iostream>
using namespace std;
int main() {
    string question = "Answer to Life the Universe and Everything";
    cout << question << " = " << question.size() << endl;
    return 0;
}

Read more