Skip to content

Commit

Permalink
Merge pull request #35 from fbabic1/fran-babic-matematika
Browse files Browse the repository at this point in the history
maknuta dupla linija??
  • Loading branch information
nitko12 authored Jan 18, 2025
2 parents cf75855 + 8102f50 commit b63183d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/matematika/kineski-teorem-o-ostatcima.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ int main(){
for(int i = 0; i < n; i++) cin >> jed[i].first >> jed[i].second;
cur = jed[0];
for(int i = 1; i < n; i++){
for(int i = 1; i < n; i++){
bool flag = true;
for(int k = 0; k < jed[i].second; k++){
if((k * cur.second + cur.first) % jed[i].second == jed[i].first){
Expand Down

0 comments on commit b63183d

Please sign in to comment.