Problem maxavg
User shashi93
Submission Time 2024-04-01 10:16:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maxavg.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits.stdc++.h>
| ^~~~~~~
maxavg.cpp: In function ‘int main()’:
maxavg.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> n >> k;
| ^~~
maxavg.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout << ceil(n / k);
| ^~~~
maxavg.cpp:7:10: error: ‘ceil’ was not declared in this scope
7 | cout << ceil(n / k);
| ^~~~