0_0_13743516_11909.cpp: In function 'int main()':
0_0_13743516_11909.cpp:9:6: error: declaration of 'auto t' has no initializer
auto t;
^
0_0_13743516_11909.cpp:12:2: error: expected ';' before 'cout'
cout << "lala" << endl;
^
0_0_13743516_11909.cpp:12:24: error: statement cannot resolve address of overloaded function
cout << "lala" << endl;
^
|