C++ YARIŞMA KODLARI/C++ COMPETITION CODES
#include <unistd.h> #include <locale.h> #include <iostream> using namespace std; float a1,a2,a3,b1,b2,b3 ; int bitis ; int main() { setlocale ( LC_ALL , "Turkish" ); cout<< "128/4? " ; cin>>a1 ; if (a1==32) { cout<< " doğru cevap aferin sana " ; cout<< " 2.sorun şu 55*82 " ; cin>>a2 ; } else { cout<< " görüşürüz yanlış cevap " ; return 0; } if (a2==4510) { ...
.
YanıtlaSil