Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~573 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for kalo150

this code have to print all the prime numbers from 1 to 100 but when i run it cmd crash #include <stdio.h> int main(){ int a,b,c,d; for(a = 0;a <= 100;a++){ d = 0; for(b = 0;b <= 100;b++){ c = a % b; if (c == 0) d++; if …

Member Avatar for Schol-R-LEA
0
117
Member Avatar for kalo150

it gives me an error and the code is: var a,b,c:integer; begin write('a=');readln(a); write('b=');readln(b); write('c=');readln(c); if a>b then begin if a>c then writeln('a=',a) else writeln('c=',c); end; else begin if b>c then writeln('b=',b) else writeln('c=',c); end; readln; end.

Member Avatar for riki.kavadarci
1
182
Member Avatar for HelpWanted2115

I think that he wants when the line is empty and he press enter to go out of cycle so it will be better to be Until num=#13;

Member Avatar for kalo150
0
221
Member Avatar for kalo150

Hello im using linksys rounter and i want to block connection to a game called league of legends but all other connection to work like browser or torrent

Member Avatar for JorgeM
0
53

The End.