| Problem | entropy | 
|---|---|
| User | penguinzzz | 
| Submission Time | 2024-02-13 22:30:18 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 entropy.cpp:13:17: error: stray ‘#’ in program
   13 |     cin >> prev;#include <bits/stdc++.h>
      |                 ^
entropy.cpp: In function ‘int main()’:
entropy.cpp:13:18: error: ‘include’ was not declared in this scope
   13 |     cin >> prev;#include <bits/stdc++.h>
      |                  ^~~~~~~
entropy.cpp:13:27: error: ‘bits’ was not declared in this scope
   13 |     cin >> prev;#include <bits/stdc++.h>
      |                           ^~~~
entropy.cpp:13:32: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
   13 |     cin >> prev;#include <bits/stdc++.h>
      |                                ^~~~
      |                                std
entropy.cpp:15:1: error: expected primary-expression before ‘using’
   15 | using namespace std;
      | ^~~~~
entropy.cpp:18:1: error: a function-definition is not allowed here before ‘{’ token
   18 | {
      |