Problem expansion
User WHEE29alt
Submission Time 2024-12-30 15:07:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

expansion.cpp: In function ‘int main()’:
expansion.cpp:24:7: error: ‘t’ was not declared in this scope
24 | fl(i,t,0){
| ^
expansion.cpp:19:39: note: in definition of macro ‘fl’
19 | #define fl(i,z,e) for (int i = e; i < z; i++)
| ^