This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [center][size=16pt]========Announcement========[/size][/center] | |
| [center][size=12pt]Dear all,[/size][/center] | |
| [center]Today is a big day for all of us as we are launching our official Bounty Program in order to reward our supporters with more WHN | |
| tokens. | |
| Thank you all for helping Windhan Energy to get where we are, it is amazing how our community grew with the support of | |
| participants of the first Bounty Campaign! | |
| Bounty Campaign -> https://bitcointalk.org/index.php?topic=[ourlink] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [quote author=arnobs007 link=topic=4873256.msg43900340#msg43900340 date=1534012953] | |
| [center] | |
| [img]https://i.imgur.com/omPgxKU.jpg[/img] | |
| [size=14pt][url=https://www.oppopenwifi.com/]WEBSITE[/url] |[url=https://www.oppopenwifi.com/oppwhite20180627.pdf?t=v6] LITEPAPER[/url] | [url=https://www.oppopenwifi.com/opplight20180627.pdf?t=v6]WHITEPAPER[/url] | [url=https://bitcointalk.org/index.php?topic=4713287]ANN THREAD[/url] | [url=https://www.facebook.com/OPPopenWiFi]FACEBOOK[/url] | [url=https://twitter.com/OPPopenWiFi]TWITTER[/url] | [url=https://www.reddit.com/r/OPPOWiFi/]REDDIT[/url] | [url=https://medium.com/opp-open-wifi]MEDIUM[/url] | [url=https://github.com/oppopenwifi]GITHUB[/url] | [url=https://www.youtube.com/channel/UCQcPXBhjClQiiMvHJBlegXg]YOUTUBE[/url] | [url=https://t.me/oppopenwifi]TELEGRAM[/url][/size][/center] | |
| [size=13pt][color=#0973AA]What is oppopenwifi and why sould you join the community ?[/color] | |
| OPP OPEN WIFI is recruiting 25 million WiFi Hotspot Hosts with a view of becoming the largest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| int main() | |
| { | |
| int x,y,n,a,z,s; | |
| scanf("%d",&n); | |
| printf("\n\n"); | |
| for(x=0; x<n; x++) | |
| { | |
| a=1; | |
| for(s=0; s<(n-x); s++) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| #include<string.h> | |
| struct cl | |
| { | |
| int day, month, year; | |
| }; | |
| struct cl date; | |
| void input() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<stdio.h> | |
| #include<stdlib.h> | |
| int main () | |
| { | |
| int i, n, max=0; | |
| int *pData; | |
| scanf("%d",&n); | |
| pData = (int*)calloc(n, sizeof(int)); | |
| if(pData==NULL) exit(1); |
NewerOlder