Problem | cappuccinoassassino |
---|---|
User | Ant1234567890 |
Submission Time | 2025-07-08 20:24:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cappuccinoassassino.cpp: In function ‘int main()’:
cappuccinoassassino.cpp:7:7: error: expected ‘;’ before ‘cin’
7 | y="1"
| ^
| ;
8 | cin>>x;
| ~~~
cappuccinoassassino.cpp:10:15: error: ‘length’ was not declared in this scope
10 | long long i=length(y);
| ^~~~~~
cappuccinoassassino.cpp:12:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | if(y[i]=="1"){
| ^~~
cappuccinoassassino.cpp:19:8: error: expected primary-expression before ‘long’
19 | cout<<long long(y)%1000000007;
| ^~~~