| Problem | fibo | 
|---|---|
| User | joshua2152 | 
| Submission Time | 2023-04-19 14:39:42 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fibo.cpp: In function ‘int main()’:
fibo.cpp:7:12: error: expected unqualified-id before ‘=’ token
    7 |  long long = 1;
      |            ^
fibo.cpp:10:11: error: ‘y’ was not declared in this scope
   10 |   cout << y;
      |           ^
fibo.cpp:13:3: error: ‘c’ was not declared in this scope
   13 |   c++;
      |   ^