| Problem | averyclassicsubsegmentproblem |
|---|---|
| User | pasit |
| Submission Time | 2026-06-25 01:28:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
averyclassicsubsegmentproblem.cpp:18:27: error: stray ‘\302’ in program
18 | for (int i = 1; i * i « sum; i++) {
| ^
averyclassicsubsegmentproblem.cpp:18:28: error: stray ‘\253’ in program
18 | for (int i = 1; i * i « sum; i++) {
| ^
averyclassicsubsegmentproblem.cpp: In function ‘int main()’:
averyclassicsubsegmentproblem.cpp:11:16: error: ‘v’ was not declared in this scope
11 | cin >> v[i];
| ^
averyclassicsubsegmentproblem.cpp:18:26: error: expected ‘;’ before ‘sum’
18 | for (int i = 1; i * i « sum; i++) {
| ^ ~~~
| ;
averyclassicsubsegmentproblem.cpp:18:33: error: expected ‘)’ before ‘;’ token
18 | for (int i = 1; i * i « sum; i++) {
| ~ ^
| )
averyclassicsubsegmen