Job 17406

Owner
HorusOSA
Problem
A+B
Source
0.09KB
Result
Compile error (Non-zero exit status: 1)

Compiler output

prog.cpp:3:1: error: expected primary-expression before 'short'
 short int a,b;
 ^
prog.cpp:3:1: error: expected '}' before 'short'
prog.cpp:3:1: error: expected ',' or ';' before 'short'
prog.cpp:4:6: error: 'cin' in namespace 'std' does not name a type
 std::cin>>a>>b;
      ^
prog.cpp:5:6: error: 'cout' in namespace 'std' does not name a type
 std::cout<<a+b;
      ^
prog.cpp:6:1: error: expected unqualified-id before 'return'
 return 0;
 ^
prog.cpp:7:1: error: expected declaration before '}' token
 }
 ^

Questions?

Sponsors Gold