Detalii evaluare #15953877

Rezumat problemă

#2102 Robot3

Paul dorește să învețe cum să programeze un robot. Pentru început s-a gândit să construiască un robot format dintr-un mâner, 10 butoane aranjate circular şi un ecran. Pe butoane sunt scrise, în ordine crescătoare, cifrele de la 0 la 9, ca în figură.

Detalii

Problema Robot3 Operații I/O robot3.in/robot3.out
Limita timp 0.2 secunde Limita memorie Total: 2 MB / Stivă 1 MB
Id soluție #15953877 Utilizator Diaconu Indra (indradiaconu24)
Fișier robot3.cpp Dimensiune 2.55 KB
Data încărcării 23 Mai 2019, 17:32 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

robot3.cpp:21:2: error: stray '\302' in program
    f >> c;

  ^
robot3.cpp:21:2: error: stray '\240' in program
robot3.cpp:23:2: error: stray '\302' in program
    f.get();

  ^
robot3.cpp:23:2: error: stray '\240' in program
robot3.cpp:25:2: error: stray '\302' in program
    if (c==1)

  ^
robot3.cpp:25:2: error: stray '\240' in program
robot3.cpp:27:2: error: stray '\302' in program
    {

  ^
robot3.cpp:27:2: error: stray '\240' in program
robot3.cpp:29:2: error: stray '\302' in program
        f >> cod;

  ^
robot3.cpp:29:2: error: stray '\240' in program
robot3.cpp:29:2: error: stray '\302' in program
robot3.cpp:29:2: error: stray '\240' in program
robot3.cpp:29:2: error: stray '\302' in program
robot3.cpp:29:2: error: stray '\240' in program
robot3.cpp:31:2: error: stray '\302' in program
        n=strlen(cod);

  ^
robot3.cpp:31:2: error: stray '\240' in program
robot3.cpp:31:2: error: stray '\302' in program
robot3.cpp:31:2: error: stray '\240' in program
robot3.cpp:31:2: error: stray '\302' in program
robot3.cpp:31:2: error: stray '\240' in program
robot3.cpp:33:2: error: stray '\302' in program
        for (i=0; i<n; ++i)

  ^
robot3.cpp:33:2: error: stray '\240' in program
robot3.cpp:33:2: error: stray '\302' in program
robot3.cpp:33:2: error: stray '\240' in program
robot3.cpp:33:2: error: stray '\302' in program
robot3.cpp:33:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
             if (cod[i]=='A') ++cifre;

  ^
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:35:2: error: stray '\302' in program
robot3.cpp:35:2: error: stray '\240' in program
robot3.cpp:37:2: error: stray '\302' in program
        g << cifre;

  ^
robot3.cpp:37:2: error: stray '\240' in program
robot3.cpp:37:2: error: stray '\302' in program
robot3.cpp:37:2: error: stray '\240' in program
robot3.cpp:37:2: error: stray '\302' in program
robot3.cpp:37:2: error: stray '\240' in program
robot3.cpp:39:2: error: stray '\302' in program
    }

  ^
robot3.cpp:39:2: error: stray '\240' in program
robot3.cpp:41:2: error: stray '\302' in program
    else

  ^
robot3.cpp:41:2: error: stray '\240' in program
robot3.cpp:43:2: error: stray '\302' in program
    {

  ^
robot3.cpp:43:2: error: stray '\240' in program
robot3.cpp:45:2: error: stray '\302' in program
        if (c==2)

  ^
robot3.cpp:45:2: error: stray '\240' in program
robot3.cpp:45:2: error: stray '\302' in program
robot3.cpp:45:2: error: stray '\240' in program
robot3.cpp:45:2: error: stray '\302' in program
robot3.cpp:45:2: error: stray '\240' in program
robot3.cpp:47:2: error: stray '\302' in program
        {

  ^
robot3.cpp:47:2: error: stray '\240' in program
robot3.cpp:47:2: error: stray '\302' in program
robot3.cpp:47:2: error: stray '\240' in program
robot3.cpp:47:2: error: stray '\302' in program
robot3.cpp:47:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
             f >> cod;

  ^
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:49:2: error: stray '\302' in program
robot3.cpp:49:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
             n=strlen(cod);

  ^
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:51:2: error: stray '\302' in program
robot3.cpp:51:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
             for (i=0; i<n-1; ++i)

  ^
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:53:2: error: stray '\302' in program
robot3.cpp:53:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
             {

  ^
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:55:2: error: stray '\302' in program
robot3.cpp:55:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
                 if (cod[i]=='S' || cod[i]=='D')

  ^
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:57:2: error: stray '\302' in program
robot3.cpp:57:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
                 {

  ^
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:59:2: error: stray '\302' in program
robot3.cpp:59:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
                     depl=cod[i];

  ^
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:61:2: error: stray '\302' in program
robot3.cpp:61:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
                     ++i; p=cod[i]-'0';

  ^
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:63:2: error: stray '\302' in program
robot3.cpp:63:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
                     if (depl=='D')

  ^
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:65:2: error: stray '\302' in program
robot3.cpp:65:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
                     {

  ^
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:67:2: error: stray '\302' in program
robot3.cpp:67:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
                         poz=(poz+p)%10;

  ^
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:69:2: error: stray '\302' in program
robot3.cpp:69:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
                     }

  ^
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:71:2: error: stray '\302' in program
robot3.cpp:71:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
                     else

  ^
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:73:2: error: stray '\302' in program
robot3.cpp:73:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
                     {

  ^
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:75:2: error: stray '\302' in program
robot3.cpp:75:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
                         poz=poz-p;

  ^
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:77:2: error: stray '\302' in program
robot3.cpp:77:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
                         if (poz<0) poz=(poz+10)%10;

  ^
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:79:2: error: stray '\302' in program
robot3.cpp:79:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
                     }

  ^
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:81:2: error: stray '\302' in program
robot3.cpp:81:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
                 }

  ^
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:83:2: error: stray '\302' in program
robot3.cpp:83:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
                if (cod[i]=='A') g << poz;

  ^
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:85:2: error: stray '\302' in program
robot3.cpp:85:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
             }

  ^
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:87:2: error: stray '\302' in program
robot3.cpp:87:2: error: stray '\240' in program
robot3.cpp:89:2: error: stray '\302' in program
        }

  ^
robot3.cpp:89:2: error: stray '\240' in program
robot3.cpp:89:2: error: stray '\302' in program
robot3.cpp:89:2: error: stray '\240' in program
robot3.cpp:89:2: error: stray '\302' in program
robot3.cpp:89:2: error: stray '\240' in program
robot3.cpp:91:2: error: stray '\302' in program
        else

  ^
robot3.cpp:91:2: error: stray '\240' in program
robot3.cpp:91:2: error: stray '\302' in program
robot3.cpp:91:2: error: stray '\240' in program
robot3.cpp:91:2: error: stray '\302' in program
robot3.cpp:91:2: error: stray '\240' in program
robot3.cpp:93:2: error: stray '\302' in program
        {

  ^
robot3.cpp:93:2: error: stray '\240' in program
robot3.cpp:93:2: error: stray '\302' in program
robot3.cpp:93:2: error: stray '\240' in program
robot3.cpp:93:2: error: stray '\302' in program
robot3.cpp:93:2: error: stray '\240' in program
robot3.cpp:95:2: error: stray '\302' in program
            char nstr[1001], ch;

  ^
robot3.cpp:95:2: error: stray '\240' in program
robot3.cpp:95:2: error: stray '\302' in program
robot3.cpp:95:2: error: stray '\240' in program
robot3.cpp:95:2: error: stray '\302' in program
robot3.cpp:95:2: error: stray '\240' in program
robot3.cpp:95:2: error: stray '\302' in program
robot3.cpp:95:2: error: stray '\240' in program
robot3.cpp:95:2: error: stray '\302' in program
robot3.cpp:95:2: error: stray '\240' in program
robot3.cpp:97:2: error: stray '\302' in program
            int cif, salt, j=-1;

  ^
robot3.cpp:97:2: error: stray '\240' in program
robot3.cpp:97:2: error: stray '\302' in program
robot3.cpp:97:2: error: stray '\240' in program
robot3.cpp:97:2: error: stray '\302' in program
robot3.cpp:97:2: error: stray '\240' in program
robot3.cpp:97:2: error: stray '\302' in program
robot3.cpp:97:2: error: stray '\240' in program
robot3.cpp:97:2: error: stray '\302' in program
robot3.cpp:97:2: error: stray '\240' in program
robot3.cpp:99:2: error: stray '\302' in program
            f>>nstr;

  ^
robot3.cpp:99:2: error: stray '\240' in program
robot3.cpp:99:2: error: stray '\302' in program
robot3.cpp:99:2: error: stray '\240' in program
robot3.cpp:99:2: error: stray '\302' in program
robot3.cpp:99:2: error: stray '\240' in program
robot3.cpp:99:2: error: stray '\302' in program
robot3.cpp:99:2: error: stray '\240' in program
robot3.cpp:99:2: error: stray '\302' in program
robot3.cpp:99:2: error: stray '\240' in program
robot3.cpp:101:2: error: stray '\302' in program
            n=strlen(nstr);

  ^
robot3.cpp:101:2: error: stray '\240' in program
robot3.cpp:101:2: error: stray '\302' in program
robot3.cpp:101:2: error: stray '\240' in program
robot3.cpp:101:2: error: stray '\302' in program
robot3.cpp:101:2: error: stray '\240' in program
robot3.cpp:101:2: error: stray '\302' in program
robot3.cpp:101:2: error: stray '\240' in program
robot3.cpp:101:2: error: stray '\302' in program
robot3.cpp:101:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
             poz=0;

  ^
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:103:2: error: stray '\302' in program
robot3.cpp:103:2: error: stray '\240' in program
robot3.cpp:105:2: error: stray '\302' in program
            for (i=0; i<n; ++i)

  ^
robot3.cpp:105:2: error: stray '\240' in program
robot3.cpp:105:2: error: stray '\302' in program
robot3.cpp:105:2: error: stray '\240' in program
robot3.cpp:105:2: error: stray '\302' in program
robot3.cpp:105:2: error: stray '\240' in program
robot3.cpp:105:2: error: stray '\302' in program
robot3.cpp:105:2: error: stray '\240' in program
robot3.cpp:105:2: error: stray '\302' in program
robot3.cpp:105:2: error: stray '\240' in program
robot3.cpp:107:2: error: stray '\302' in program
            {

  ^
robot3.cpp:107:2: error: stray '\240' in program
robot3.cpp:107:2: error: stray '\302' in program
robot3.cpp:107:2: error: stray '\240' in program
robot3.cpp:107:2: error: stray '\302' in program
robot3.cpp:107:2: error: stray '\240' in program
robot3.cpp:107:2: error: stray '\302' in program
robot3.cpp:107:2: error: stray '\240' in program
robot3.cpp:107:2: error: stray '\302' in program
robot3.cpp:107:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
                ch=nstr[i];

  ^
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:109:2: error: stray '\302' in program
robot3.cpp:109:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
                cif=ch-'0';

  ^
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:111:2: error: stray '\302' in program
robot3.cpp:111:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
                salt=cif-poz;

  ^
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:113:2: error: stray '\302' in program
robot3.cpp:113:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
                if (salt==0) { ++j; cod[j]='A'; poz=cif; }

  ^
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:115:2: error: stray '\302' in program
robot3.cpp:115:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
                else

  ^
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:117:2: error: stray '\302' in program
robot3.cpp:117:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
                {

  ^
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:119:2: error: stray '\302' in program
robot3.cpp:119:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
                    if (salt>0)

  ^
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:121:2: error: stray '\302' in program
robot3.cpp:121:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
                    {

  ^
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:123:2: error: stray '\302' in program
robot3.cpp:123:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
                        if (salt<7) {depl='D'; p=salt; }

  ^
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:125:2: error: stray '\302' in program
robot3.cpp:125:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
                        else { depl='S'; p=10-salt; }

  ^
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:127:2: error: stray '\302' in program
robot3.cpp:127:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
                    }

  ^
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:129:2: error: stray '\302' in program
robot3.cpp:129:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
                    else

  ^
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:131:2: error: stray '\302' in program
robot3.cpp:131:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
                    {

  ^
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:133:2: error: stray '\302' in program
robot3.cpp:133:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
                       if (salt<-3) { depl='D'; p=10+salt; }

  ^
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:135:2: error: stray '\302' in program
robot3.cpp:135:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
                       else { depl='S'; p=-salt; }

  ^
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:137:2: error: stray '\302' in program
robot3.cpp:137:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
                    }

  ^
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:139:2: error: stray '\302' in program
robot3.cpp:139:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
                     ++j; cod[j]=depl; ++j; ch=p+'0'; cod[j]=ch;

  ^
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:141:2: error: stray '\302' in program
robot3.cpp:141:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
                     ++j; cod[j]='A'; poz=cif;

  ^
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:143:2: error: stray '\302' in program
robot3.cpp:143:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
                }

  ^
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:145:2: error: stray '\302' in program
robot3.cpp:145:2: error: stray '\240' in program
robot3.cpp:147:2: error: stray '\302' in program
            }

  ^
robot3.cpp:147:2: error: stray '\240' in program
robot3.cpp:147:2: error: stray '\302' in program
robot3.cpp:147:2: error: stray '\240' in program
robot3.cpp:147:2: error: stray '\302' in program
robot3.cpp:147:2: error: stray '\240' in program
robot3.cpp:147:2: error: stray '\302' in program
robot3.cpp:147:2: error: stray '\240' in program
robot3.cpp:147:2: error: stray '\302' in program
robot3.cpp:147:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
             ++j; cod[j]='T';

  ^
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:149:2: error: stray '\302' in program
robot3.cpp:149:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
             g << cod;

  ^
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:151:2: error: stray '\302' in program
robot3.cpp:151:2: error: stray '\240' in program
robot3.cpp:153:2: error: stray '\302' in program
        }

  ^
robot3.cpp:153:2: error: stray '\240' in program
robot3.cpp:153:2: error: stray '\302' in program
robot3.cpp:153:2: error: stray '\240' in program
robot3.cpp:153:2: error: stray '\302' in program
robot3.cpp:153:2: error: stray '\240' in program
robot3.cpp:155:2: error: stray '\302' in program
    }

  ^
robot3.cpp:155:2: error: stray '\240' in program

Cum funcționează evaluarea?

www.pbinfo.ro permite evaluarea a două tipuri de probleme:

  • probleme la care rezolvarea presupune scrierea unui program complet
  • probleme la care rezolvarea presupune scrierea unei secvențe de program - câteva instrucțiuni, o listă de declarații, una sau mai multe funcții, etc.

Problema Robot3 face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:

  • Programul sursă este compilat folosind compilatorul corespunzător. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Dacă programul a fost compilat, executabilul obținut va fi rulat, furnizându-i-se unul sau mai multe seturi de date de intrare, în concordanță cu restricțiile specifice problemei. Pentru fiecare set de date se obține un anumit punctaj, în raport cu corectitudinea soluției tale.

Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.