Problem poi
User Skyblur7
Submission Time 2025-03-12 13:03:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poi.cpp: In function ‘int main()’:
poi.cpp:26:20: error: expected unqualified-id before ‘=’ token
26 | int=correct; // Needs a value assignment or input
| ^
poi.cpp:27:17: error: ‘correct’ was not declared in this scope
27 | correct=zeta[b][e]; // This line is problematic. You're assigning to zeta, but not doing anything useful with the value.
| ^~~~~~~
poi.cpp: At global scope:
poi.cpp:49:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
49 | cin.tie(0); ios_base::sync_with_stdio(0);
| ^~~
| sin
poi.cpp:49:39: error: expected constructor, destructor, or type conversion before ‘(’ token
49 | cin.tie(0); ios_base::sync_with_stdio(0);
| ^
poi.cpp:51:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
51 | cin>> N; T; P;
| ^~~
| sin
poi.cpp:51: