Problem sumint
User MLBBsucks
Submission Time 2026-02-14 10:56:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:10:15: error: stray ‘\357’ in program
10 | cin >> meows;
| ^
sumint.cpp:10:16: error: stray ‘\274’ in program
10 | cin >> meows;
| ^
sumint.cpp:10:17: error: stray ‘\233’ in program
10 | cin >> meows;
| ^
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:10: error: no match for ‘operator<=’ (operand types are ‘std::basic_istream<char>::__istream_type’ {aka ‘std::basic_istream<char>’} and ‘int’)
5 | cin >> a<=10000;
| ~~~~~~~~^~~~~~~
| | |
| | int
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
sumint.cpp:5:10: note: candidate: ‘operator<=(int, int)’ <built-in>
5 | cin >> a<=10000;
| ~~~~~~~~^~~~~~~
sumint.cpp:5:10: note: no known conversion for argument 1 from ‘std::basic_istream