#include <iostream> using namespace std; typedef unsigned int64_t COUNT_TYPE; int main() { cout << "Hello world!" << endl; return 0; }
when compiling, it says: main.cpp|4|error: expected initializer before ‘COUNT_TYPE’|
Aucun commentaire:
Enregistrer un commentaire