Problem snowball
User CKCodeBreaker55
Submission Time 2024-12-08 17:42:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
snowball.cpp: In function ‘int main()’:
snowball.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~~~~~~
snowball.cpp:7:32: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0);
| ^~~
snowball.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<int> v;
| ^~~~~~
snowball.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
snowball.cpp:10:9: note: in expansion of macro ‘int’
10 | vector<int> v;
| ^~~
snowball.cpp:16:3: error: ‘v’ was not declared in this scope
16 | v.push_back(S);
| ^
snowball.cpp:18:7: error: ‘v’ was not declared in this scope