| Problem | platonic15 |
|---|---|
| User | haroldpyh |
| Submission Time | 2025-12-10 11:25:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic15.cpp: In function ‘int main()’:
platonic15.cpp:7:55: error: expected ‘;’ before ‘long’
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0)
| ^
| ;
platonic15.cpp:8:16: error: ‘N’ was not declared in this scope
8 | int N; cin >> N;
| ^
platonic15.cpp:10:2: error: ‘A’ was not declared in this scope
10 | A[0] = 0;
| ^
platonic15.cpp:15:2: error: ‘runningSum’ was not declared in this scope
15 | runningSum[0] = 0;
| ^~~~~~~~~~
platonic15.cpp:20:2: error: ‘numWays’ was not declared in this scope
20 | numWays[0] = 0;
| ^~~~~~~