mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Fix bugs
This commit is contained in:
@@ -10,7 +10,7 @@ int two_dimension_array(int n, int nonce) {
|
||||
}
|
||||
|
||||
for (int i = 0; i < n; ++i) {
|
||||
for (int j = 0; i < n; ++i) {
|
||||
for (int j = 0; j < n; ++j) {
|
||||
two_dimension_array_arr[i] += two_dimension_array_arr[j];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user