How to check your codes online [ Online Compiler ] Як перевірити ваші коди в мережі [Інтернет компілятор]
Codepad Codepad , is an online service which allows you to check the codes written by you, without installing any compiler. , Є онлайн сервіс, що дозволяє перевірити коди, написані вами, без встановлення будь-якого компілятора.
You just need to paste your code as shown below, choose the programming language via the radio button, and soon you will come across the output, or the errors in the code. Вам просто необхідно, щоб вставити свій код, як показано нижче, вибирати мову програмування, за допомогою радіо-кнопки, і незабаром ви прийдете всієї продукції, або помилки в коді.
The service is quite simple to use, can be a very useful tool at times when you want to run the code on a machine which doesn't have the required compiler. Послуга дуже проста у використанні, може бути дуже корисним інструментом у той час, коли ви хочете запустити код на комп'ютері, який не має необхідних компілятори.
Codes written in following languages can be tested, just with a mouse click. Кодекс написаний на наступних мовах можна перевірити, просто за допомогою миші кнопку.
- C C
- C++ C + +
- D D
- Haskell Haskell
- OCaml OCaml
- Perl Perl
- Python Python
- Ruby Ruby
- Scheme Схеми
- Tcl. Tcl.
You can also have a look to the codes people are trying on Codepad, with the help of link on top-right position of the page. Ви можете також подивитися на коди люди намагаються по Codepad, за допомогою посилання в верхній правій позиції на сторінці.
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |

Posted on 14th April 2008 by Опубліковано 14 квітня 2008 року Manav Mishra Manav Мішра , here to write articles about things which are somehow related to computers, internet (and at times, may be, to blogging as well). Тут, щоб написати статті про речі, які так чи інакше пов'язані з комп'ютерами, Інтернетом (і, часом, може бути, для блогів, а). He wants to make an Identity for himself, he loves, testing new softwares and services which can really help to improve the productivity of individual. All posts by Він хоче зробити Identity для себе, він любить, тестування нового програмного забезпечення та послуг, які можуть реально допомогти поліпшити продуктивність особистості. Всі посади Manav Mishra Manav Мішра | Connect with me @ | Зв'язатися зі мною @ Twitter Щебетати | | Stumble Stumble | Need more help? | Потрібна допомога? Ask your Questions at our Задайте свої питання на нашому Support Center Центр підтримки

























#include # Включити
int main() INT Main ()
{ (
printf(”my name is sarfaraz”); printf ( "Мене звати sarfaraz");
return(0); повернути (0);
} )
its nice for every to whom who want to work online without installing any program thanks for providing such neccesity function for all users її добре для кожного, кому, хто хоче працювати в мережі без встановлення якого-небудь програму, завдяки за надання таких neccesity функцію для всіх користувачів
#include # Включити
main() Main ()
{ (
pintf(”test”); pintf ( "Test");
} )
// my first program in C++ / / Моя перша програма на С + +
#include # Включити
using namespace std; використання імен ЗППП;
int main () INT Main ()
{ (
cout << “Hello World!”; Суд << "Hello World!";
return 0; повернення 0;
} )
Can anyone tell me that how to include header file in delphi Чи може хто-небудь сказати мені, що, як включити заголовки в Delphi
eg наприклад
#define tab 0×02 # Визначити вкладка 0 × 02
i want to represent it in delphi programming Я хочу представляти його в Delphi програмування
hi привет
but how can i take inputs for the program from the user in codpad.org? але Як я можу скористатися внеском для програми від користувача в codpad.org?
@ Anuj, I don't think user input is supported, as, after your comment I tried a code in C, but it didn't support user input, moreover Codepad is just to check your codes, don't consider it as a replacement of any compiler. @ Anuj, я не думаю, що введення користувача підтримується, так як, після вашого зауваження я намагався код на С, але вона не підтримує введення користувача, крім того Codepad це тільки для того, щоб перевірити ваші коди, не розглядають його як заміна будь-якого компілятора.
#include # Включити
void main(){ недійсним Main () (
int x = 2147483647; INT X = 2147483647;
if(x=5) якщо (X = 5)
cout<<”x is “<<x<<”.”<<endl; Суд << "Х" <<X <<"."<< endl;
if(x=-3) якщо (X =- 3)
cout<<”x is “<<x<<”.”<<endl; Суд << "Х" <<X <<"."<< endl;
if(x=0) якщо (X = 0)
cout<<”x is “<<x<<”.”<<endl; Суд << "Х" <<X <<"."<< endl;
if(true) якщо (True)
cout<<”This is true.”<<endl; Суд << "Це правда." <<Endl;
if(false) якщо (FALSE)
cout<<”THis is false.”<<endl; Суд << "Це брехня." <<Endl;
if(4) якщо (4)
cout<<”Huh?”<<endl; Суд << "а?" <<Endl;
if(97) якщо (97)
cout<<”Again?”<<endl; Суд << "Знову?" <<Endl;
if(-107) якщо (-107)
cout<<”What now?”<<endl; Суд << "Що тепер?" <<Endl;
if(-2) якщо (-2)
cout<<”Cosa ba???”<<endl; Суд << "Cosa BA ???"<< endl;
if(0) якщо (0)
cout<<”Nah!”<<endl; Суд << "нах!" <<Endl;
} )
hey is my code correct to print the first ten numbers of fibonacci series Привіт мій код правильно надрукувати першу десятку числа Фібоначчі
#include # Включити
#include # Включити
void main() недійсним Main ()
{ (
int a,b,fib,i; INT A, B, неправда, я;
a=1; A = 1;
b=1; B = 1;
printf(”%d”,a); printf ( "% D", а);
printf(”%d”,b); printf ( "% D", б);
for(i=3;i<=10;i++) для (i = 3; I <= 10; I + +)
{fib=a+b; (прівірать = A + B;
printf(”%d”,fib); printf ( "% D", неправда);
a=b+fib; A = B + прівірать;
printf(”%d”,a); printf ( "% D", а);
b=a+fib; B = A + прівірать;
printf(”%d”,b); printf ( "% D", б);
} )
getch(); getch ();
} )
#include # Включити
int main() //Main Function INT основний () / / Головна функція
{ (
int i=0; INT I = 0;
for(;i<26;i++) для (; I <26; I + +)
{ (
printf(” %c “,i+'a'); //Loop For Printing az printf ( "% C" I + 'A'); / / Петля для друку AZ
} )
return 0; повернення 0;
} )
#include # Включити
#include # Включити
#include # Включити
#include # Включити
#include # Включити
int main() INT Main ()
{ (
double va,vl[6],vu[6],ra,rl[6],ru[6],rta,rtl[6],rtu[6]; подвійний ва, В. Л. [6], Vu [6], RA, RL [6], Росія [6], РТС, RTL [6], RTU [6];
double mv[6],mr[6],mrt[6],Gl[6],Gu[6],G2l[6],G2u[6],G3l[6],G3u[6]; подвійний MV [6], г [6], MRT [6], GL [6], Гу [6], G2l [6], G2u [6], G3l [6], G3u [6];
double xl,xu,u,v,z; подвійний XL, Сюй, U, V, Z;
double f[6],fl[6],fu[6],acc; подвійні F [6], FL [6], фу [6], АКК;
int i; INT I;
Printf(”Enter the Accuracy “); Printf ( "Введіть точність");
scanf(”%lf”,&acc); scanf ( "% LF", І ACC);
va = (5.0025-4.9975)/6.0; VA = (5.0025-4.9975) / 6,0;
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
{ (
vl[i]=4.9975+ va*i; VL [I] = 4,9975 + VA * I;
vu[i]=4.995+i*va+va; Ву [I] = 4,995 + I * VA + VA;
} )
printf(”The Vin box values are:”); printf ( "ІНТС поле значень:");
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
printf(”%f %f\t”,vl[i],vu[i]); printf ( "% F% F \ т", VL [I], Vu [I]);
ra= (1100-900)/6; Ra = (1100-900) / 6;
for (i=0;i<6;i++) для (i = 0; I <6; I + +)
{ (
rl[i]=900+i*ra; RL [I] = 900 + I * РА;
ru[i]=900+i*ra+ra; RU [I] = 900 + I * + RA RA;
} )
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
printf(”R valuesin boxes%f %f\t”, rl[i],ru[i]); printf ( "R valuesin ящики% F% F \ т", RL [I], RU [I]);
rta= (1190.55-1179.45)/6.0; RTA = (1190.55-1179.45) / 6,0;
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
{ (
rtl[i]=1179.45+i*rta; RTL [I] = 1179,45 + I * RTA;
rtu[i]=1179.45+i*rta+rta; RTU [I] = 1179,45 + I + * RTA RTA;
} )
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
printf(”Rt values in boxes%f %f\t”,rtl[i],rtu[i]); printf ( "Rt цінностей у коробках% F% F \ т", RTL [I], RTU [I]);
for(i=0;i<6;i++) для (i = 0; I <6; I + +)
{ (
mv[i]=(vl[i]+vu[i])/2; М. В. [I] = (VL [I] + вю [I]) / 2;
mr[i]=(rl[i]+ru[i])/2; Г-н [I] = (RL [I] + RU [I]) / 2;
mrt[i]=(rtl[i]+rtu[i])/2; MRT [I] = (RTL [I] + RTU [I]) / 2;
} )
for(i=0;i 0) для (i = 0; I 0)
u= gl[i]; U = GL [I];
else ще
u=gu[i];
if(G2l>0) якщо (G2l> 0)
v=g2l[i]; V = g2l [I];
else ще
v=g2u[i]; V = g2u [I];
if(G3l>0) якщо (G3l> 0)
z=g3l[i]; Z = g3l [I];
else ще
z=g3u[i]; Z = g3u [I];
f[i]=u[ (1/(1+v) - (1/(1+z))); F [I] U = [(1 / (1 + V) - (1 / (1 + Z)));
fl[i]= xl+f[i]; FL [I] = XL + F [I];
fu[i]=xu+f[i]; Фу [I] = Сюй + F [I];
if(fl[i]<acc) якщо (FL [I] <ACC)
i++; I + +;
else ще
{ (
print(”Limit values are %f %f”,&fl[i],&fu[i]); Версія для друку ( "Граничні значення% F% F", И FL [I], І Фу [I]);
exit(0); вихід (0);
} )
} )
} )
Leave your response! Залиште свій відгук!
Search
Subscribe for Daily Updates
Free Feed Subscription
Monthly Archives
Topics
What others are Saying ?