We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbec0c commit 2b766ccCopy full SHA for 2b766cc
1 file changed
testmain.cc
@@ -9,7 +9,7 @@ return (a+b);
9
10
int main(){
11
std::cout << "Hello word" << std::endl;
12
- if(somma<int>(8,3)==1){
+ if(somma<int>(8,3)==11){
13
exit(1);
14
}
15
0 commit comments