SOLUTION OF URI 1114 URI SOLUTIONS No comments // 1114 (Mahmud_Jamil) BRUR // Fixed Password #include <stdio.h>int main(){int p;while(scanf("%d",&p) && p!=2002)printf("Senha Invalida\n");printf("Acesso Permitido\n");} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook Related Posts:SOLUTION OF URI 1185 // (Mahmud_Jamil) BRUR // 1185 Above the Secundary Diagonal #inclu… Read MoreSOLUTION OF URI 1172 // 1172 (Mahmud_Jamil) BRUR // Array Replacement I #include <stdio.h>int main(){ int N[10], temp,… Read MoreSOLUTION OF URI 1175 // 1175 (Mahmud_Jamil) BRUR // Array change I #include <stdio.h>int main(){ int N[20], t… Read MoreSOLUTION OF URI 1179 // 1179 (Mahmud_Jamil) BRUR // Solution of 1179 Array Fill IV #inc… Read MoreSOLUTION OF URI 1113 // 1113 (Mahmud_Jamil) BRUR // Ascending and Descending #include <stdio.h> int main() { … Read More
0 comments:
Post a Comment