Problem sumint
User Thomas
Submission Time 2023-07-13 11:24:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin>>a;
| ^~~