| Problem | sumint | 
|---|---|
| User | jwsk0 | 
| Submission Time | 2025-10-25 12:07:34 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 sumint.cpp: In function ‘int main()’:
sumint.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘int’
    8 |  int j[d];
      |  ^~~
sumint.cpp:10:10: error: ‘j’ was not declared in this scope
   10 |   cin >> j[n];
      |          ^
sumint.cpp:13:14: error: ‘j’ was not declared in this scope
   13 |  cout << sum(j);
      |              ^
sumint.cpp:13:15: error: ‘sum’ cannot be used as a function
   13 |  cout << sum(j);
      |               ^