Problem | countalp |
---|---|
User | ensonchew |
Submission Time | 2025-06-13 14:03:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
countalp.cpp:15:5: note: in expansion of macro ‘int’
15 | A[int(c)-int(97)]++;
| ^~~
countalp.cpp:15:5: error: expected ‘]’ before ‘long’
15 | A[int(c)-int(97)]++;
| ^
| ]