Problem sumint
User Um
Submission Time 2023-04-28 18:39:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:18:8: error: expected ‘;’ before ‘endl’
18 | cin>>a endl;
| ^~~~~
| ;
sumint.cpp:19:38: error: expected ‘;’ before ‘cout’
19 | cin>>b>>c>>d>>e>>f>>g>>h>>i>>j>>k>>l
| ^
| ;
20 |
21 | cout<<a+b+c+d+e+f+g+h+i+j+k+l;
| ~~~~