| Problem | guanine | 
|---|---|
| User | vadar2525 | 
| Submission Time | 2025-08-28 09:05:14 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 guanine.cpp: In function ‘int main()’:
guanine.cpp:17:4: error: ‘d’ was not declared in this scope
   17 |    d.push_back(x);
      |    ^
guanine.cpp:22:4: error: ‘d’ was not declared in this scope
   22 |    d.push_back(x);
      |    ^
guanine.cpp:24:19: error: expected ‘)’ before ‘}’ token
   24 |   else if( s == ""
      |          ~        ^
      |                   )
   25 |  }
      |  ~                 
guanine.cpp:25:2: error: expected primary-expression before ‘}’ token
   25 |  }
      |  ^