#include <string.h>
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Namespaces
Functions
- template<class ISTREAM > bool skip (ISTREAM &is, const char *s)
- template<class ISTREAM , typename STRING > bool read (ISTREAM &is, STRING &s, const char *mark)
- Read a univariate polynomial, enclosed in
polynomial
tags.