Problem splithunny
User liuhc1017
Submission Time 2026-04-18 09:52:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splithunny.cpp:7:14: error: stray ‘#’ in program
7 | cin.tie(0);#include <bits/stdc++.h>
| ^
splithunny.cpp: In function ‘int32_t main()’:
splithunny.cpp:7:15: error: ‘include’ was not declared in this scope
7 | cin.tie(0);#include <bits/stdc++.h>
| ^~~~~~~
splithunny.cpp:7:24: error: ‘bits’ was not declared in this scope
7 | cin.tie(0);#include <bits/stdc++.h>
| ^~~~
splithunny.cpp:7:29: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | cin.tie(0);#include <bits/stdc++.h>
| ^~~~
| std
splithunny.cpp:8:1: error: expected primary-expression before ‘using’
8 | using namespace std;
| ^~~~~
splithunny.cpp:11:16: error: a function-definition is not allowed here before ‘{’ token
11 | int32_t main() {
|