Problem goodprogrammer
User ybc
Submission Time 2023-11-25 22:48:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
goodprogrammer.cpp:9:2: note: in expansion of macro ‘ll’
9 | ll a = ((s.size()-1)/7)+1;
| ^~
goodprogrammer.cpp:9:5: error: ‘a’ was not declared in this scope
9 | ll a = ((s.size()-1)/7)+1;
| ^