| Task: | Kortit |
| Sender: | THH |
| Submission time: | 2022-11-04 19:30:07 +0200 |
| Language: | C++ (C++11) |
| Status: | COMPILE ERROR |
Compiler report
input/code.cpp:1:10: fatal error: curlpp/cURLpp.hpp: No such file or directory
1 | #include <curlpp/cURLpp.hpp>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.Code
#include <curlpp/cURLpp.hpp>
#include <curlpp/Options.hpp>
// Online C++ compiler to run C++ program online
#include <iostream>
int main() {
// Write C++ code here
std::cout << "Hello world!";
return 0;
}