aboutsummaryrefslogtreecommitdiff
path: root/codeforces/Sum/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'codeforces/Sum/main.cpp')
-rwxr-xr-xcodeforces/Sum/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/codeforces/Sum/main.cpp b/codeforces/Sum/main.cpp
index 7a56c46..f9def9b 100755
--- a/codeforces/Sum/main.cpp
+++ b/codeforces/Sum/main.cpp
@@ -35,13 +35,13 @@ void solve() {
}
int main () {
- ios_base::sync_with_stdio(false);
- cin.tie(NULL);
- int tt;
- cin >> tt;
- while(tt--) {
+ ios_base::sync_with_stdio(false);
+ cin.tie(NULL);
+ int tt;
+ cin >> tt;
+ while(tt--) {
solve();
- }
+ }
}
/* stuff you should look for: