Skip to content
Snippets Groups Projects
degrade-circulaire.cpp 239 B
#include <stdexcept>
#include <fstream>
#include <iostream>
#include <math.h>
using namespace std;

int main() {

    // Remplacez cette ligne et la suivante par le code adéquat
    throw runtime_error("code non implanté ligne 10");

}