| Problem | NYSSW_easy | 
|---|---|
| User | Fet | 
| Submission Time | 2025-02-05 22:42:27 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 NYSSW_easy.cpp: In function ‘int main()’:
NYSSW_easy.cpp:49:24: error: expected ‘;’ before ‘}’ token
   49 |    total = arr[(L+R)/2]
      |                        ^
      |                        ;
   50 |   }
      |   ~