Problem sumint
User user123
Submission Time 2023-10-08 11:38:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:2: error: ‘assert’ was not declared in this scope
13 | assert(n==10);
| ^~~~~~
sumint.cpp:5:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
4 | #include <iostream>
+++ |+#include <cassert>
5 | using namespace std;