CodeMarshalβ

  • Contests
  • Dashboard
  • Clarifications 
  • Standings
  • Submissions
  • Register
  • Login

Mock of ICPC Dhaka Regional 2020 Online Preliminary

Finished
The contest has ended.
Practice

Solve these problems in practice mode.

Login

Problems

× 985
A

Almost Forgot to Welcome

× 689
B

Good Things Come to Those Who Wait

× 926
C

Triangle

Clarifications (See all..)

Answered

[C. Triangle] why did our first submission for C get compilation error ? It r..

Your can get the compilation error messages if you compile using g++ 9.3. Also you need to use these flags for compilation. g++ -O2 -static -std=gnu++17 program.cpp

Answered

[B. Good Things Come to Those Who Wait] keu kotha rakheni valobasheni 😢

I accept your resignation.

Answered

[B. Good Things Come to Those Who Wait] Waited for 1.5 years and solts decreased. where is the good in t..

It's not ideal. But this is an extraordinary year. Let's try and give our best and hope for your success.

Answered

[A. Almost Forgot to Welcome] It is also running on my machine in 0.232 s . Don't know why .

There are many optimizations implemented in compilers. In your particular case, most probably you do not have anything important inside the for loop. That's why compiler completely removes your big loop from the code. Feel free to read more about these typ..

© 2023 CodeMarshal         

Manual  Partners  Feedback