#include <iostream> using namespace std; int main() { a = 1 b = 2 c= 3 d = 4 e = 5 return 0; }
Standard input is empty
prog.cpp: In function ‘int main()’: prog.cpp:6: error: ‘a’ was not declared in this scope prog.cpp:6: error: expected `;' before ‘b’
Standard output is empty