Problem conductslip
User asbx
Submission Time 2024-01-01 10:25:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conductslip.cpp:5:2: error: invalid preprocessing directive #typedef
5 | #typedef long long ll;
| ^~~~~~~
conductslip.cpp:6:2: error: invalid preprocessing directive #typedef
6 | #typedef long double ld;
| ^~~~~~~
conductslip.cpp: In function ‘int main()’:
conductslip.cpp:42:5: error: ‘ll’ was not declared in this scope; did you mean ‘all’?
42 | ll c,l,k,z;
| ^~
| all
conductslip.cpp:43:13: error: ‘c’ was not declared in this scope
43 | getchar(c);
| ^
conductslip.cpp:44:13: error: ‘l’ was not declared in this scope
44 | getchar(l);
| ^
conductslip.cpp:45:13: error: ‘k’ was not declared in this scope
45 | getchar(k);
| ^
conductslip.cpp:47:7: error: expected ‘;’ before ‘s’
47 | ll s[l+1];
| ^~
| ;
conductslip.cpp:13:21: error: template argument 2 is invalid