| Problem | raptorinc | 
|---|---|
| User | vadar2525 | 
| Submission Time | 2025-07-04 14:48:27 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 raptorinc.cpp: In function ‘int main()’:
raptorinc.cpp:13:8: error: expected ‘;’ before ‘if’
   13 |   x - i
      |        ^
      |        ;
   14 |   if (x - i > 0 ){
      |   ~~    
raptorinc.cpp:18:1: error: expected ‘}’ at end of input
   18 | }
      | ^
raptorinc.cpp:5:15: note: to match this ‘{’
    5 | signed main() {
      |               ^