11 lines
109 B
C++
11 lines
109 B
C++
|
#include<string>
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main() {
|
||
|
|
||
|
}
|
||
|
|
||
|
int analyserCommande(string commande) {
|
||
|
|
||
|
}
|