Problem sumint
User DSOblivion
Submission Time 2024-06-12 02:02:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:1:2: error: invalid preprocessing directive #incluse; did you mean #include?
1 | #incluse<bits/stdc++.h>
| ^~~~~~~
| include
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:3: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(NULL);
| ^~~~~~~~
sumint.cpp:7:29: error: ‘NULL’ was not declared in this scope
7 | ios_base::sync_with_stdio(NULL);
| ^~~~
sumint.cpp:1:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
+++ |+#include <cstddef>
1 | #incluse<bits/stdc++.h>
sumint.cpp:8:3: error: ‘cin’ was not declared in this scope
8 | cin.tie(NULL);
| ^~~
sumint.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #incluse<bits/stdc++.h>