Problem | sumint |
---|---|
User | jasmine |
Submission Time | 2023-11-03 10:22:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 >> d;
| ^~~
sumint.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout << sum;
| ^~~~