#401
Pachete_Multe
Într-un depozit foarte mare există un raft cu n+1
spații de depozitare, numerotate de la 1
la n+1
. Primele n
spatii de depozitare sunt ocupate cu n
pachete numerotate cu valori între 1
și n
, iar spațiul de depozitare n+1
este gol.
Administratorul depozitului decide mutarea pachetelor, astfel încât pentru orice i
, pachetul numerotat cu i
să se afle în spațiul de depozitare i
. Pentru aceasta se va folosi spațiul de depozitare suplimentar, n+1
, singura manevră validă fiind mutarea unui pachet dintr-un spațiu de depozitare în altul, cu condiția ca acesta să fie gol.
Determinați o succesiune de manevre prin care fiecare pachet să fie în spațiul corect.
Problema | Pachete_Multe | Operații I/O |
![]() pachete_multe.in /pachete_multe.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #57644738 | Utilizator | |
Fișier | pachete_multe.cpp | Dimensiune | 1.54 KB |
Data încărcării | 08 Aprilie 2025, 20:03 | Scor / rezultat | Eroare de compilare |
pachete_multe.cpp:6:1: error: stray '\302' in program ^ pachete_multe.cpp:6:1: error: stray '\240' in program pachete_multe.cpp:8:1: error: stray '\302' in program ^ pachete_multe.cpp:8:1: error: stray '\240' in program pachete_multe.cpp:11:1: error: stray '\302' in program ^ pachete_multe.cpp:11:1: error: stray '\240' in program pachete_multe.cpp:14:1: error: stray '\302' in program int i, j; ^ pachete_multe.cpp:14:1: error: stray '\240' in program pachete_multe.cpp:14:1: error: stray '\302' in program pachete_multe.cpp:14:1: error: stray '\240' in program pachete_multe.cpp:14:1: error: stray '\302' in program pachete_multe.cpp:14:1: error: stray '\240' in program pachete_multe.cpp:16:1: error: stray '\302' in program ^ pachete_multe.cpp:16:1: error: stray '\240' in program pachete_multe.cpp:19:1: error: stray '\302' in program ^ pachete_multe.cpp:19:1: error: stray '\240' in program pachete_multe.cpp:22:1: error: stray '\302' in program int n; ^ pachete_multe.cpp:22:1: error: stray '\240' in program pachete_multe.cpp:22:1: error: stray '\302' in program pachete_multe.cpp:22:1: error: stray '\240' in program pachete_multe.cpp:22:1: error: stray '\302' in program pachete_multe.cpp:22:1: error: stray '\240' in program pachete_multe.cpp:23:1: error: stray '\302' in program f >> n; ^ pachete_multe.cpp:23:1: error: stray '\240' in program pachete_multe.cpp:23:1: error: stray '\302' in program pachete_multe.cpp:23:1: error: stray '\240' in program pachete_multe.cpp:23:1: error: stray '\302' in program pachete_multe.cpp:23:1: error: stray '\240' in program pachete_multe.cpp:24:1: error: stray '\302' in program int empti = n + 1; ^ pachete_multe.cpp:24:1: error: stray '\240' in program pachete_multe.cpp:24:1: error: stray '\302' in program pachete_multe.cpp:24:1: error: stray '\240' in program pachete_multe.cpp:24:1: error: stray '\302' in program pachete_multe.cpp:24:1: error: stray '\240' in program pachete_multe.cpp:25:1: error: stray '\302' in program ^ pachete_multe.cpp:25:1: error: stray '\240' in program pachete_multe.cpp:26:1: error: stray '\302' in program for (int i = 1; i <= n; i++) ^ pachete_multe.cpp:26:1: error: stray '\240' in program pachete_multe.cpp:26:1: error: stray '\302' in program pachete_multe.cpp:26:1: error: stray '\240' in program pachete_multe.cpp:26:1: error: stray '\302' in program pachete_multe.cpp:26:1: error: stray '\240' in program pachete_multe.cpp:27:1: error: stray '\302' in program { ^ pachete_multe.cpp:27:1: error: stray '\240' in program pachete_multe.cpp:27:1: error: stray '\302' in program pachete_multe.cpp:27:1: error: stray '\240' in program pachete_multe.cpp:27:1: error: stray '\302' in program pachete_multe.cpp:27:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program f >> pack[i]; ^ pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:28:1: error: stray '\302' in program pachete_multe.cpp:28:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program loc[pack[i]] = i; ^ pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:29:1: error: stray '\302' in program pachete_multe.cpp:29:1: error: stray '\240' in program pachete_multe.cpp:30:1: error: stray '\302' in program } ^ pachete_multe.cpp:30:1: error: stray '\240' in program pachete_multe.cpp:30:1: error: stray '\302' in program pachete_multe.cpp:30:1: error: stray '\240' in program pachete_multe.cpp:30:1: error: stray '\302' in program pachete_multe.cpp:30:1: error: stray '\240' in program pachete_multe.cpp:31:1: error: stray '\302' in program ^ pachete_multe.cpp:31:1: error: stray '\240' in program pachete_multe.cpp:32:1: error: stray '\302' in program pack[empti] = 0; ^ pachete_multe.cpp:32:1: error: stray '\240' in program pachete_multe.cpp:32:1: error: stray '\302' in program pachete_multe.cpp:32:1: error: stray '\240' in program pachete_multe.cpp:32:1: error: stray '\302' in program pachete_multe.cpp:32:1: error: stray '\240' in program pachete_multe.cpp:33:1: error: stray '\302' in program loc[0] = empti; ^ pachete_multe.cpp:33:1: error: stray '\240' in program pachete_multe.cpp:33:1: error: stray '\302' in program pachete_multe.cpp:33:1: error: stray '\240' in program pachete_multe.cpp:33:1: error: stray '\302' in program pachete_multe.cpp:33:1: error: stray '\240' in program pachete_multe.cpp:34:1: error: stray '\302' in program ^ pachete_multe.cpp:34:1: error: stray '\240' in program pachete_multe.cpp:35:1: error: stray '\302' in program for (int i = 1; i <= n; i++) ^ pachete_multe.cpp:35:1: error: stray '\240' in program pachete_multe.cpp:35:1: error: stray '\302' in program pachete_multe.cpp:35:1: error: stray '\240' in program pachete_multe.cpp:35:1: error: stray '\302' in program pachete_multe.cpp:35:1: error: stray '\240' in program pachete_multe.cpp:36:1: error: stray '\302' in program { ^ pachete_multe.cpp:36:1: error: stray '\240' in program pachete_multe.cpp:36:1: error: stray '\302' in program pachete_multe.cpp:36:1: error: stray '\240' in program pachete_multe.cpp:36:1: error: stray '\302' in program pachete_multe.cpp:36:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program while (pack[i] != i) ^ pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:37:1: error: stray '\302' in program pachete_multe.cpp:37:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program { ^ pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:38:1: error: stray '\302' in program pachete_multe.cpp:38:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program if (pack[i] != 0) ^ pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:39:1: error: stray '\302' in program pachete_multe.cpp:39:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program { ^ pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:40:1: error: stray '\302' in program pachete_multe.cpp:40:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program int gol = loc[0]; ^ pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:41:1: error: stray '\302' in program pachete_multe.cpp:41:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program ++m; ^ pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:42:1: error: stray '\302' in program pachete_multe.cpp:42:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program mutari[m] = {i, gol}; ^ pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:43:1: error: stray '\302' in program pachete_multe.cpp:43:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pack[gol] = pack[i]; ^ pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:44:1: error: stray '\302' in program pachete_multe.cpp:44:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pack[i] = 0; ^ pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:45:1: error: stray '\302' in program pachete_multe.cpp:45:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program loc[pack[gol]] = gol; ^ pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:46:1: error: stray '\302' in program pachete_multe.cpp:46:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program loc[0] = i; ^ pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:47:1: error: stray '\302' in program pachete_multe.cpp:47:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program } ^ pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:48:1: error: stray '\302' in program pachete_multe.cpp:48:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program int from = loc[i]; ^ pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:49:1: error: stray '\302' in program pachete_multe.cpp:49:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program int gol = loc[0]; ^ pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:50:1: error: stray '\302' in program pachete_multe.cpp:50:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program ++m; ^ pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:51:1: error: stray '\302' in program pachete_multe.cpp:51:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program mutari[m] = {from, gol}; ^ pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:52:1: error: stray '\302' in program pachete_multe.cpp:52:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program swap(pack[from], pack[gol]); ^ pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:53:1: error: stray '\302' in program pachete_multe.cpp:53:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program loc[0] = from; ^ pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:54:1: error: stray '\302' in program pachete_multe.cpp:54:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program loc[i] = i; ^ pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:55:1: error: stray '\302' in program pachete_multe.cpp:55:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program } ^ pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:56:1: error: stray '\302' in program pachete_multe.cpp:56:1: error: stray '\240' in program pachete_multe.cpp:57:1: error: stray '\302' in program } ^ pachete_multe.cpp:57:1: error: stray '\240' in program pachete_multe.cpp:57:1: error: stray '\302' in program pachete_multe.cpp:57:1: error: stray '\240' in program pachete_multe.cpp:57:1: error: stray '\302' in program pachete_multe.cpp:57:1: error: stray '\240' in program pachete_multe.cpp:58:1: error: stray '\302' in program ^ pachete_multe.cpp:58:1: error: stray '\240' in program pachete_multe.cpp:59:1: error: stray '\302' in program g << m << "\n"; ^ pachete_multe.cpp:59:1: error: stray '\240' in program pachete_multe.cpp:59:1: error: stray '\302' in program pachete_multe.cpp:59:1: error: stray '\240' in program pachete_multe.cpp:59:1: error: stray '\302' in program pachete_multe.cpp:59:1: error: stray '\240' in program pachete_multe.cpp:60:1: error: stray '\302' in program for (int i = 1; i <= m; i++) ^ pachete_multe.cpp:60:1: error: stray '\240' in program pachete_multe.cpp:60:1: error: stray '\302' in program pachete_multe.cpp:60:1: error: stray '\240' in program pachete_multe.cpp:60:1: error: stray '\302' in program pachete_multe.cpp:60:1: error: stray '\240' in program pachete_multe.cpp:61:1: error: stray '\302' in program { ^ pachete_multe.cpp:61:1: error: stray '\240' in program pachete_multe.cpp:61:1: error: stray '\302' in program pachete_multe.cpp:61:1: error: stray '\240' in program pachete_multe.cpp:61:1: error: stray '\302' in program pachete_multe.cpp:61:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program g << mutari[i].i << " " << mutari[i].j << "\n"; ^ pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:62:1: error: stray '\302' in program pachete_multe.cpp:62:1: error: stray '\240' in program pachete_multe.cpp:63:1: error: stray '\302' in program } ^ pachete_multe.cpp:63:1: error: stray '\240' in program pachete_multe.cpp:63:1: error: stray '\302' in program pachete_multe.cpp:63:1: error: stray '\240' in program pachete_multe.cpp:63:1: error: stray '\302' in program pachete_multe.cpp:63:1: error: stray '\240' in program pachete_multe.cpp:64:1: error: stray '\302' in program ^ pachete_multe.cpp:64:1: error: stray '\240' in program pachete_multe.cpp:65:1: error: stray '\302' in program return 0; ^ pachete_multe.cpp:65:1: error: stray '\240' in program pachete_multe.cpp:65:1: error: stray '\302' in program pachete_multe.cpp:65:1: error: stray '\240' in program pachete_multe.cpp:65:1: error: stray '\302' in program pachete_multe.cpp:65:1: error: stray '\240' in program pachete_multe.cpp:67:1: error: stray '\302' in program ^ pachete_multe.cpp:67:1: error: stray '\240' in program
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Pachete_Multe face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
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ă.