| Problem | chunlian | 
|---|---|
| User | YellowPurpleDragon | 
| Submission Time | 2025-02-01 11:21:52 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 chunlian.cpp:42:2: error: stray ‘#’ in program
   42 | }#include <bits/stdc++.h>
      |  ^
chunlian.cpp:42:3: error: ‘include’ does not name a type
   42 | }#include <bits/stdc++.h>
      |   ^~~~~~~
chunlian.cpp:55:8: error: redefinition of ‘int main()’
   55 | signed main() {
      |        ^~~~
chunlian.cpp:14:8: note: ‘int main()’ previously defined here
   14 | signed main() {
      |        ^~~~