| Problem | sumint |
|---|---|
| User | Louis486 |
| Submission Time | 2023-01-11 18:52:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp:1:1: error: ‘nclude’ does not name a type
1 | nclude <bits/stdc++.h>
| ^~~~~~
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:1: error: ‘cin’ was not declared in this scope
9 | cin >> p;
| ^~~
sumint.cpp:14:3: error: ‘cout’ was not declared in this scope
14 | cout << s;
| ^~~~