Problem | iroha |
---|---|
User | n1k1trh |
Submission Time | 2025-08-12 14:42:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
iroha.cpp: In function ‘int main()’:
iroha.cpp:6:13: error: expected primary-expression before ‘long’
6 | #define int long long
| ^~~~
iroha.cpp:43:30: note: in expansion of macro ‘int’
43 | for(int i = 0;i < min(k, int(sizee.size()));i++) ans += sizee[i];
| ^~~