Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
dodawanie "MIECIERZY"
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
#include <iostream> using namespace std; int d,m,n,x,s; int main() { cin>>d; for(int g=0;g<d;g++) { cin>>n>>m; for(int j=0;j<n;j++) { for(int i=0;i<m;i++) { cin>>x; s=s+x; } } cout<<s<<endl; s=0; } }
g++
2 2 3 1 2 3 4 5 6 3 2 -1 9 3 -1 8 2
Show compiler warnings
[
+
] Compiler args
[
-
]
Show input
Compilation time: 0.53 sec, absolute running time: 0.16 sec, cpu time: 0.06 sec, memory peak: 3 Mb, absolute service time: 0,7 sec
edit mode
|
history
|
discussion
21 20