#include <iostream> using namespace std; int main() { int a,b; cout<<a<<b<<; while (a>0); { cout<<a<<endl; sistem " pause" } } return 0; }
-2
prog.cpp: In function ‘int main()’: prog.cpp:9: error: expected primary-expression before ‘;’ token prog.cpp:13: error: ‘sistem’ was not declared in this scope prog.cpp:13: error: expected `;' before string constant prog.cpp: At global scope: prog.cpp:35: error: expected unqualified-id before ‘return’ prog.cpp:36: error: expected declaration before ‘}’ token
Standard output is empty