diff options
Diffstat (limited to 'codeforces/Sum/main.cpp')
| -rwxr-xr-x | codeforces/Sum/main.cpp | 12 |
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: |
