Una Jacimovic
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
118,292
of 295,486
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0