Skip to content

Commit

Permalink
Solved using basic logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolinux5 committed Aug 14, 2014
1 parent ca748e6 commit 0a9c4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified a.out
Binary file not shown.
4 changes: 3 additions & 1 deletion minDraw.cpp
Expand Up @@ -7,7 +7,9 @@ int main(){
cin >> testNum;

while(testNum--){

long inputNum;
cin >> inputNum;
cout << ++inputNum << endl;
}

return 0;
Expand Down

0 comments on commit 0a9c4a8

Please sign in to comment.