Problem | eating |
---|---|
User | Jinxuan |
Submission Time | 2023-11-26 17:50:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:10:25: error: conversion from ‘std::basic_istream<char>’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
10 | string input = getline(cin, input);
| ~~~~~~~^~~~~~~~~~~~