| Problem | sonictheparallelogram | 
|---|---|
| User | vadar2525 | 
| Submission Time | 2025-08-13 16:51:36 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 sonictheparallelogram.cpp: In function ‘int main()’:
sonictheparallelogram.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘cin’
   10 |  cin >> n >> h;
      |  ^~~
sonictheparallelogram.cpp:17:13: error: expected ‘;’ before ‘}’ token
   17 |   b += false
      |             ^
      |             ;
   18 |   }
      |   ~