Detalii evaluare #10186292

Rezumat problemă

Să se scrie un program care ordonează crescător elementele situate pe poziții pare într-un vector și descrescător elementele situate pe poziții impare.

Detalii

Problema HalfSort2 Operații I/O halfsort2.in/halfsort2.out
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #10186292 Utilizator Stefan Bobin (stefanbobin)
Fișier halfsort2.cpp Dimensiune 1.44 KB
Data încărcării 25 August 2018, 22:21 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

halfsort2.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <bits/stdc++.h>

         ^
halfsort2.cpp:2:1: error: stray '\302' in program
 using namespace std;

 ^
halfsort2.cpp:2:1: error: stray '\240' in program
halfsort2.cpp:2:1: error: stray '\302' in program
halfsort2.cpp:2:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
 int v1[105], v2[105], n, i, k1, k2, x, aux;

 ^
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:3:1: error: stray '\302' in program
halfsort2.cpp:3:1: error: stray '\240' in program
halfsort2.cpp:4:1: error: stray '\302' in program
 bool ok;

 ^
halfsort2.cpp:4:1: error: stray '\240' in program
halfsort2.cpp:5:1: error: stray '\302' in program
 int main()

 ^
halfsort2.cpp:5:1: error: stray '\240' in program
halfsort2.cpp:7:1: error: stray '\302' in program
     ifstream f("halfsort2.in");

 ^
halfsort2.cpp:7:1: error: stray '\240' in program
halfsort2.cpp:7:1: error: stray '\302' in program
halfsort2.cpp:7:1: error: stray '\240' in program
halfsort2.cpp:7:1: error: stray '\302' in program
halfsort2.cpp:7:1: error: stray '\240' in program
halfsort2.cpp:7:1: error: stray '\302' in program
halfsort2.cpp:7:1: error: stray '\240' in program
halfsort2.cpp:7:1: error: stray '\302' in program
halfsort2.cpp:7:1: error: stray '\240' in program
halfsort2.cpp:8:1: error: stray '\302' in program
     ofstream g("halfsort2.out");

 ^
halfsort2.cpp:8:1: error: stray '\240' in program
halfsort2.cpp:8:1: error: stray '\302' in program
halfsort2.cpp:8:1: error: stray '\240' in program
halfsort2.cpp:8:1: error: stray '\302' in program
halfsort2.cpp:8:1: error: stray '\240' in program
halfsort2.cpp:8:1: error: stray '\302' in program
halfsort2.cpp:8:1: error: stray '\240' in program
halfsort2.cpp:8:1: error: stray '\302' in program
halfsort2.cpp:8:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
     f >> n;

 ^
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:9:1: error: stray '\302' in program
halfsort2.cpp:9:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
     for(i = 1; i <= n; i ++)

 ^
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:10:1: error: stray '\302' in program
halfsort2.cpp:10:1: error: stray '\240' in program
halfsort2.cpp:11:1: error: stray '\302' in program
      {

 ^
halfsort2.cpp:11:1: error: stray '\240' in program
halfsort2.cpp:11:1: error: stray '\302' in program
halfsort2.cpp:11:1: error: stray '\240' in program
halfsort2.cpp:11:1: error: stray '\302' in program
halfsort2.cpp:11:1: error: stray '\240' in program
halfsort2.cpp:11:1: error: stray '\302' in program
halfsort2.cpp:11:1: error: stray '\240' in program
halfsort2.cpp:11:1: error: stray '\302' in program
halfsort2.cpp:11:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
         f >> x;

 ^
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:12:1: error: stray '\302' in program
halfsort2.cpp:12:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
         if(i % 2 == 1) v1[++ k1] = x;

 ^
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:13:1: error: stray '\302' in program
halfsort2.cpp:13:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
                   else v2[++ k2] = x;

 ^
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:14:1: error: stray '\302' in program
halfsort2.cpp:14:1: error: stray '\240' in program
halfsort2.cpp:16:1: error: stray '\302' in program
      }

 ^
halfsort2.cpp:16:1: error: stray '\240' in program
halfsort2.cpp:16:1: error: stray '\302' in program
halfsort2.cpp:16:1: error: stray '\240' in program
halfsort2.cpp:16:1: error: stray '\302' in program
halfsort2.cpp:16:1: error: stray '\240' in program
halfsort2.cpp:16:1: error: stray '\302' in program
halfsort2.cpp:16:1: error: stray '\240' in program
halfsort2.cpp:16:1: error: stray '\302' in program
halfsort2.cpp:16:1: error: stray '\240' in program
halfsort2.cpp:17:1: error: stray '\302' in program
      do

 ^
halfsort2.cpp:17:1: error: stray '\240' in program
halfsort2.cpp:17:1: error: stray '\302' in program
halfsort2.cpp:17:1: error: stray '\240' in program
halfsort2.cpp:17:1: error: stray '\302' in program
halfsort2.cpp:17:1: error: stray '\240' in program
halfsort2.cpp:17:1: error: stray '\302' in program
halfsort2.cpp:17:1: error: stray '\240' in program
halfsort2.cpp:17:1: error: stray '\302' in program
halfsort2.cpp:17:1: error: stray '\240' in program
halfsort2.cpp:18:1: error: stray '\302' in program
      {

 ^
halfsort2.cpp:18:1: error: stray '\240' in program
halfsort2.cpp:18:1: error: stray '\302' in program
halfsort2.cpp:18:1: error: stray '\240' in program
halfsort2.cpp:18:1: error: stray '\302' in program
halfsort2.cpp:18:1: error: stray '\240' in program
halfsort2.cpp:18:1: error: stray '\302' in program
halfsort2.cpp:18:1: error: stray '\240' in program
halfsort2.cpp:18:1: error: stray '\302' in program
halfsort2.cpp:18:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
          ok = true;

 ^
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:19:1: error: stray '\302' in program
halfsort2.cpp:19:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
          for(i = 1; i < k1; i ++)

 ^
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:20:1: error: stray '\302' in program
halfsort2.cpp:20:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
           if(v1[i] < v1[i + 1])

 ^
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:21:1: error: stray '\302' in program
halfsort2.cpp:21:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
           {

 ^
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:22:1: error: stray '\302' in program
halfsort2.cpp:22:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
               aux = v1[i];

 ^
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:23:1: error: stray '\302' in program
halfsort2.cpp:23:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
               v1[i] = v1[i + 1];

 ^
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:24:1: error: stray '\302' in program
halfsort2.cpp:24:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
               v1[i + 1] = aux;

 ^
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:25:1: error: stray '\302' in program
halfsort2.cpp:25:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
               ok = false;

 ^
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:26:1: error: stray '\302' in program
halfsort2.cpp:26:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
           }

 ^
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:27:1: error: stray '\302' in program
halfsort2.cpp:27:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
      } while(!ok);

 ^
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:28:1: error: stray '\302' in program
halfsort2.cpp:28:1: error: stray '\240' in program
halfsort2.cpp:30:1: error: stray '\302' in program
      do

 ^
halfsort2.cpp:30:1: error: stray '\240' in program
halfsort2.cpp:30:1: error: stray '\302' in program
halfsort2.cpp:30:1: error: stray '\240' in program
halfsort2.cpp:30:1: error: stray '\302' in program
halfsort2.cpp:30:1: error: stray '\240' in program
halfsort2.cpp:30:1: error: stray '\302' in program
halfsort2.cpp:30:1: error: stray '\240' in program
halfsort2.cpp:30:1: error: stray '\302' in program
halfsort2.cpp:30:1: error: stray '\240' in program
halfsort2.cpp:31:1: error: stray '\302' in program
      {

 ^
halfsort2.cpp:31:1: error: stray '\240' in program
halfsort2.cpp:31:1: error: stray '\302' in program
halfsort2.cpp:31:1: error: stray '\240' in program
halfsort2.cpp:31:1: error: stray '\302' in program
halfsort2.cpp:31:1: error: stray '\240' in program
halfsort2.cpp:31:1: error: stray '\302' in program
halfsort2.cpp:31:1: error: stray '\240' in program
halfsort2.cpp:31:1: error: stray '\302' in program
halfsort2.cpp:31:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
          ok = true;

 ^
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:32:1: error: stray '\302' in program
halfsort2.cpp:32:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
          for(i = 1; i < k2; i ++)

 ^
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:33:1: error: stray '\302' in program
halfsort2.cpp:33:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
           if(v2[i] > v2[i + 1])

 ^
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:34:1: error: stray '\302' in program
halfsort2.cpp:34:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
           {

 ^
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:35:1: error: stray '\302' in program
halfsort2.cpp:35:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
               aux = v2[i];

 ^
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:36:1: error: stray '\302' in program
halfsort2.cpp:36:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
               v2[i] = v2[i + 1];

 ^
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:37:1: error: stray '\302' in program
halfsort2.cpp:37:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
               v2[i + 1] = aux;

 ^
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:38:1: error: stray '\302' in program
halfsort2.cpp:38:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
               ok = false;

 ^
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:39:1: error: stray '\302' in program
halfsort2.cpp:39:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
           }

 ^
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:40:1: error: stray '\302' in program
halfsort2.cpp:40:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
      } while(!ok);

 ^
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:41:1: error: stray '\302' in program
halfsort2.cpp:41:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
     for(i = 1; i <= k1; i ++)

 ^
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:42:1: error: stray '\302' in program
halfsort2.cpp:42:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
      g << v1[i] << " " << v2[i] << " ";

 ^
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:43:1: error: stray '\302' in program
halfsort2.cpp:43:1: error: stray '\240' in program
halfsort2.cpp:45:1: error: stray '\302' in program
     return 0;

 ^
halfsort2.cpp:45:1: error: stray '\240' in program
halfsort2.cpp:45:1: error: stray '\302' in program
halfsort2.cpp:45:1: error: stray '\240' in program
halfsort2.cpp:45:1: error: stray '\302' in program
halfsort2.cpp:45:1: error: stray '\240' in program
halfsort2.cpp:45:1: error: stray '\302' in program
halfsort2.cpp:45:1: error: stray '\240' in program
halfsort2.cpp:45:1: error: stray '\302' in program
halfsort2.cpp:45:1: error: stray '\240' in program
halfsort2.cpp:48:1: error: stray '\310' in program
 Citește mai multe pe Brainly.ro - https://brainly.ro/tema/3020785#readmore
 ^
halfsort2.cpp:48:1: error: stray '\231' in program
halfsort2.cpp: In function 'int main()':
halfsort2.cpp:7:9: error: 'ifstream' was not declared in this scope
     ifstream f("halfsort2.in");

         ^
halfsort2.cpp:7:19: error: expected ';' before 'f'
     ifstream f("halfsort2.in");

                   ^
halfsort2.cpp:8:9: error: 'ofstream' was not declared in this scope
     ofstream g("halfsort2.out");

         ^
halfsort2.cpp:8:19: error: expected ';' before 'g'
     ofstream g("halfsort2.out");

                   ^
halfsort2.cpp:9:9: error: 'f' was not declared in this scope
     f >> n;

         ^
halfsort2.cpp:43:11: error: 'g' was not declared in this scope
      g << v1[i] << " " << v2[i] << " ";

           ^
halfsort2.cpp: At global scope:
halfsort2.cpp:48:1: error: 'Cite' does not name a type
 Citește mai multe pe Brainly.ro - https://brainly.ro/tema/3020785#readmore
 ^

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 HalfSort2 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ă.