Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
HW0
//g++ 5.4.0 #include <iostream> int main() { int sum; int count; printf("Contents of array:\n"); for (count =1; count<11; count++){ printf("%d\n",count); sum = sum + count; } printf("The sum is %d.",sum); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Smalllest subarray wiith sum greater than x
задача new
CPP - Arrays - Ex.2 - Solution
weird cast in qt moc files
blad-z-obcinaniem-koncowek
int divide by int
derivative
ugly quick sort
lifff
Merge problem
Please log in to post a comment.