Problem snail
User giaan1231
Submission Time 2024-07-10 17:54:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp:1:2: error: stray ‘#’ in program
1 | v#include<bits/stdc++.h>
| ^
snail.cpp:1:1: error: ‘v’ does not name a type
1 | v#include<bits/stdc++.h>
| ^
snail.cpp: In function ‘int main()’:
snail.cpp:8:5: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
snail.cpp:9:5: error: ‘cin’ was not declared in this scope
9 | cin.tie(0); cout.tie(0);
| ^~~
snail.cpp:9:17: error: ‘cout’ was not declared in this scope
9 | cin.tie(0); cout.tie(0);
| ^~~~