| Problem | sumint | 
|---|---|
| User | SharpnessChipped | 
| Submission Time | 2023-06-05 22:30:47 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 sumint.cpp: In function ‘int main()’:
sumint.cpp:10:11: error: expected ‘;’ before ‘}’ token
   10 |   sum += a
      |           ^
      |           ;
   11 |  }
      |  ~         
sumint.cpp:12:11: error: expected ‘;’ before ‘return’
   12 |  cout << a
      |           ^
      |           ;
   13 |   return 0;
      |   ~~~~~~