Content deleted Content added
→C++: Peer review, sorry. |
|||
Line 97:
<source lang="cpp">
#include <iostream>
#include <cmath>
using namespace std;
double f(double x) {
}
int main() {
for (auto& v : vs) cin >> v;
}
▲ double x = f(vals[i]);
▲ (x > 400 ? cout << "TOO LARGE" : cout << x) << endl;
▲ }
}
</source>
|