| Problem | guessproblem2 | 
|---|---|
| User | chenweilian | 
| Submission Time | 2023-04-01 19:47:01 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 guessproblem2.cpp: In function ‘int main()’:
guessproblem2.cpp:7:18: error: expected ‘;’ before ‘}’ token
    7 |  return a / 10000
      |                  ^
      |                  ;
    8 | }
      | ~