Problem | countalp |
---|---|
User | Lsc111 |
Submission Time | 2023-06-07 07:51:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
countalp.cpp: In function ‘int main()’:
countalp.cpp:4:2: error: ‘ios’ has not been declared
4 | ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
countalp.cpp:4:27: error: ‘cin’ was not declared in this scope
4 | ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
countalp.cpp:4:39: error: ‘cout’ was not declared in this scope
4 | ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~
countalp.cpp:7:5: error: ‘string’ was not declared in this scope
7 | string s;
| ^~~~~~
countalp.cpp:8:12: error: ‘s’ was not declared in this scope
8 | cin >> s;
| ^
countalp.cpp:9:5: error: ‘map’ was not declared in this scope
9 | map<char, int>counter;
|