Problem | diamond_usaco |
---|---|
User | newperson |
Submission Time | 2025-02-19 17:08:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond_usaco.cpp: In function ‘void solve()’:
diamond_usaco.cpp:11:33: error: expected primary-expression before ‘;’ token
11 | #define fito(x) for (ll i{0};i<x;i++)
| ^
diamond_usaco.cpp:50:5: note: in expansion of macro ‘fito’
50 | fito()
| ^~~~