Problem chunlian
User YellowPurpleDragon
Submission Time 2025-01-31 09:54:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chunlian.cpp:45:2: error: stray ‘#’ in program
45 | }#include <bits/stdc++.h>
| ^
chunlian.cpp:45:3: error: ‘include’ does not name a type
45 | }#include <bits/stdc++.h>
| ^~~~~~~
chunlian.cpp:58:8: error: redefinition of ‘int main()’
58 | signed main() {
| ^~~~
chunlian.cpp:14:8: note: ‘int main()’ previously defined here
14 | signed main() {
| ^~~~