Problem | lboard |
---|---|
User | YSH2020 |
Submission Time | 2025-01-16 13:07:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp:4:49: error: #pragma GCC target string... is badly formed
4 | #pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt")int main() {
| ^~~
lboard.cpp:5:30: error: expected constructor, destructor, or type conversion before ‘(’ token
5 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^
lboard.cpp:5:35: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
| sin
lboard.cpp:5:47: error: ‘cout’ does not name a type
5 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~
lboard.cpp:7:15: error: ‘cin’ does not name a type; did you mean ‘sin’?
7 | int n, m; cin >> n >> m;
| ^~~