Problem | onlineexam |
---|---|
User | Tyx2019 |
Submission Time | 2023-04-02 22:01:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
onlineexam.cpp: In function ‘std::string exam(int32_t)’:
onlineexam.cpp:9:6: error: redeclaration of ‘long long int k’
9 | int k=(int)(chrono::steady_clock::now().time_since_epoch().count() ^ ((uint64_t) new char) ^ k)%4294967296;
| ^
onlineexam.cpp:8:6: note: ‘long long int k’ previously declared here
8 | int k=std::random_device{}();
| ^