Problem | letters |
---|---|
User | lHog |
Submission Time | 2024-04-12 16:53:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
letters.cpp: In function ‘int32_t main()’:
letters.cpp:33:6: error: redeclaration of ‘long long unsigned int x’
33 | int x;
| ^
letters.cpp:29:6: note: ‘long long unsigned int x’ previously declared here
29 | int x=0;
| ^
letters.cpp:39:34: error: ‘acount’ was not declared in this scope
39 | if(str[i]=='a' or str[i]=='A'){acount+=1;}
| ^~~~~~