Problem helloworld
User Sans12345
Submission Time 2025-04-04 00:39:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘ll’ does not name a type
1 | ll mod(ll a,ll m){return ((a%m)+m)%m;}
| ^~