Problem | snowball |
---|---|
User | SA |
Submission Time | 2025-06-18 15:46:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp:1:2: error: invalid preprocessing directive #including; did you mean #include?
1 | #including <bits/stdc++.h>
| ^~~~~~~~~
| include
snowball.cpp: In function ‘int main()’:
snowball.cpp:7:3: error: ‘cin’ was not declared in this scope
7 | cin>> N;}
| ^~~
snowball.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #including <bits/stdc++.h>
snowball.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout<<D;
| ^~~~
snowball.cpp:8:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?