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(void) { | |
| // URI ONLINE JUDGE 1478 | |
| int x, n, i, j,k, y,a; | |
| for (;;) | |
| { | |
| scanf("%d", &n); | |
| if (n == 0)break; |
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() { | |
| //URI ONLINE JUDGE 1435 | |
| int n, i, j, x, y; | |
| for (;;) | |
| { | |
| scanf("%d", &n); | |
| if (n == 0)break; | |
| for (i = 1;i <= n;++i) |
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() { | |
| //URI ONLINE JUDGE 1180 | |
| int a, i,b,j,count=0,c=0,d; | |
| scanf("%d", &a); | |
| for (i = 0;i < a;i++) | |
| { | |
| scanf("%d", &b); | |
| if (b < c) | |
| { |
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() { | |
| //URI ONLINE JUDGE Problem 1178 | |
| double n; | |
| int i; | |
| scanf("%lf", &n); | |
| for(i=1; i<=100; i++) | |
| { | |
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() { | |
| //URI ONLINE JUDGE 1177 | |
| unsigned int a,i,j,k=0; | |
| scanf("%u", &a); | |
| for (;;) | |
| { | |
| for (j = 0;j < a;j++) | |
| { |
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> | |
| #define Num_column 12 | |
| #define Num_row 12 | |
| int main() | |
| { | |
| //URI ONLINE JUDGE Problem 1190 | |
| double b[Num_row][Num_column],p,sum = 0.0; | |
| int i, j; | |
| char c; |
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> | |
| #define Num_column 12 | |
| #define Num_row 12 | |
| int main() | |
| { | |
| //URI ONLINE JUDGE Problenm 1189 | |
| double b[Num_row][Num_column],p,sum = 0.0; | |
| int i, j; | |
| char c; |
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> | |
| #define Num_column 12 | |
| #define Num_row 12 | |
| int main() | |
| { | |
| //URI ONLINE JUDGE Problem 1188 | |
| double b[Num_row][Num_column],*p,sum = 0.0; | |
| int i, j; | |
| char c; |
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> | |
| #define Num_column 12 | |
| #define Num_row 12 | |
| int main() | |
| { | |
| //URI ONLINE JUDGE Problem 1187 | |
| double b[Num_row][Num_column],*p,sum = 0.0; | |
| int i, j; | |
| char c; |
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> | |
| #define Num_column 12 | |
| #define Num_row 12 | |
| int main() | |
| { | |
| //URI ONLINE JUDGE Problem 1186 | |
| double b[Num_row][Num_column],*p,sum = 0.0; | |
| int i, j; | |
| char c; |