Problem examstress
User shoryu386
Submission Time 2024-05-08 07:23:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

examstress.cpp: In function ‘int main()’:
examstress.cpp:15:10: error: ‘j’ was not declared in this scope
15 | bs[j*60 + (s[j]-'A')] = !bs[j*60 + (s[j]-'A')];
| ^
examstress.cpp:15:18: error: ‘s’ was not declared in this scope
15 | bs[j*60 + (s[j]-'A')] = !bs[j*60 + (s[j]-'A')];
| ^