Problem summoning
User luisvigo
Submission Time 2026-06-26 16:39:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summoning.cpp: In function ‘int main()’:
summoning.cpp:22:10: error: ‘i’ was not declared in this scope
22 | if (pay[i] = 0) {
| ^
summoning.cpp:24:2: error: expected ‘}’ at end of input
24 | }
| ^
summoning.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^