Compile Error.
/tmp/voj-1035/OBlvMmvaCXXz.cpp: In function ‘int main()’:
/tmp/voj-1035/OBlvMmvaCXXz.cpp:4:10: error: ‘a’ was not declared in this scope
cin>>a;
^
/tmp/voj-1035/OBlvMmvaCXXz.cpp:5:10: error: ‘b’ was not declared in this scope
cin>>b;
^
Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
#include<iostream>
using namespace std;
int main(){
cin>>a;
cin>>b;
cout<<a+b;
return 0;
}
length 109 B