Problem | charges |
---|---|
User | Sandarach151 |
Submission Time | 2023-02-05 11:16:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
charges.cpp:4:13: error: conflicting declaration ‘typedef int int_fast16_t’
4 | typedef int int_fast16_t;
| ^~~~~~~~~~~~
In file included from /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h:9,
from /usr/include/c++/9/cstdint:41,
from /usr/include/c++/9/bits/char_traits.h:628,
from /usr/include/c++/9/ios:40,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from charges.cpp:1:
/usr/include/stdint.h:60:19: note: previous declaration as ‘typedef long int int_fast16_t’
60 | typedef long int int_fast16_t;
| ^~~~~~~~~~~~