photo

Una Jacimovic


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I avoid TLE in this code in c++?
it's counting sum of sub matrix: It works on every test except on last one. #include <stdio.h> int main() { int a[1000]...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can I calculate summary of sub matrix in very large matrix ?
I have very large matrix which can be 1000*1000,how to create fast algorithm which calculates summary of submatrix if I have upp...

6 years 前 | 1 个回答 | 0

1

个回答