Problem swords
User trollSecOps
Submission Time 2024-02-23 19:28:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:5:20: error: expected ‘;’ before ‘using’
5 | using i32 = int32_t
| ^
| ;
6 | using i64 = int64_t
| ~~~~~
swords.cpp:13:5: error: two or more data types in declaration of ‘type name’
13 | int main(){
| ^~~~